View source: R/speciesPicrustFunctions.R
generate_contribution_table_using_picrust | R Documentation |
Uses the provided OTU table to generate a contribution table based on the PICRUSt 16S normalization and genomic content tables
generate_contribution_table_using_picrust(
otu_table,
picrust_norm_file,
picrust_ko_table_directory,
picrust_ko_table_suffix,
copynum_column = F,
otu_rel_abund = T
)
otu_table |
OTU/seq table |
picrust_norm_file |
File path to PICRUSt 16S normalization reference data |
picrust_ko_table_directory |
Directory of PICRUSt genome OTU predictions |
picrust_ko_table_suffix |
File naming of PICRUSt genome OTU predictions |
copynum_column |
Whether to include a copy number column in the contribution table |
otu_rel_abund |
Whether to convert OTU table to relative abundances first |
Table of PICRUSt-based contribution abundances for all OTUs
generate_contribution_table_using_picrust(otu_table, picrust_norm_file, picrust_dir, picrust_suffix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.