We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57d742 commit 0cb5ce6Copy full SHA for 0cb5ce6
MER18_script.R
@@ -7,7 +7,7 @@
7
# set path to the folder containing script and data
8
setwd("/path/to/the/folder")
9
10
-# library dependencies
+# library dependencies (to install with install.packages() command)
11
library(ranger)
12
library(vegan)
13
library(irr)
@@ -16,10 +16,7 @@ library(metagenomeSeq)
16
## for parralel computation --> set the amount of cores available
17
library(doMC)
18
registerDoMC(cores = 8)
19
-
20
# for biotic indices calculation
21
-library(devtools)
22
-install_github("trtcrd/BBI")
23
library(BBI)
24
25
# function dependencies
0 commit comments