-
Notifications
You must be signed in to change notification settings - Fork 4
Dependencies
Running the full processing pipeline – from the server setup to the analysis tutorial – requires the following R packages:
neonUtilities
dplyr
tibble
dada2
ShortRead
Biostrings
phyloseq
ggplot2
geoNEON
R.utils
-
vegan
(Only required if using therarecurve()
function intest_dada2_params.R
plyr
utils
Some of these packages cannot be installed using install.packages()
and must instead be downloaded from Bioconductor.
You will also need to install cutadapt
to run 01a_dada2_worfklow_its.R
or 01b_dada2_workflow_16s.R
. Installation instructions can be found here. Once installed, change the CUTADAPT_PATH
variable in params.R
to match the location of the cutadapt
command on your system.
Lastly, you will need to install the latest General FASTA Release of the UNITE database for taxonomy assignment of ITS sequences, available here. Once installed, change the UNITED_DB_PATH
variable in params.R
to match the location of the FASTA file on your system.