Description Usage Arguments Value
Given an OTU abundance table prepared with the GreenGenes reference database, this function predicts the functional content using either COG or KO precalculated mapping tables that map the taxonomic abundance for a given OTU to functional abundance content across a set of functional genes.
1 | picrust_otu(file_path, otu_id_targets)
|
file_path |
Path to the precalculated table |
otu_id_targets |
Character vector of OTU IDs to predict |
A list containing
String vector of KO IDs, the column names in genome_table_out.
String vector of names for the PICRUSt metadata categories, the column names of pimeta_table_out.
String vector of OTU IDs from otu_id_targets that were present in the mapping file.
String vector of functional metadata corresponding to gene_ids
Integer matrix of gene counts across topics
Numeric matrix of method specific metadata (NSTI)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.