powered by
A function to download the KO and COG 13.5 GreenGenes reference tables for PICRUSt prediction or the KO reference table for tax4fun prediction. The data are stored at https://gitlab.com/sw1/themetagenomics_data/.
download_ref( destination, reference = c("all", "gg_ko", "gg_cog", "silva_ko"), overwrite = FALSE, verbose = FALSE )
Location of the folder to save the reference files.
A string for either gg_ko, gg_cog, silva_ko, or all. Defaults to all.
Logical flag to overwrite if file already exists. Default to FALSE.
Logical flag to print progress information. Defaults to FALSE.
picrust t4f
picrust
t4f
# NOT RUN { download_ref(destination='/references',reference='gg_ko') # } # NOT RUN { # }
Run the code above in your browser using DataLab