forked from trvinh/fCAT
-
Notifications
You must be signed in to change notification settings - Fork 0
R dependency
Vinh Tran edited this page Nov 18, 2020
·
1 revision
fCAT use an R package EnvStats to calculate the confidence interval for the FAS scores of the core ortholog groups. Therefore, to use the function fcat.cutoff
, you need to have that R library installed. You can do it using this command in an R terminal:
install.packages("EnvStats")