View source: R/abundance_core.R
abundance_core | R Documentation |
This method assigns taxa to the core if they are in the top X Taxa are ranked in abundance and the cumulative sum is recorded. Any taxa which appears before some cutoff percentage is included in the core. In this example, a taxa will be assigned to the core if they account for the first 75
abundance_core(otu_table, readn = 0.75, taxa_as_rows = TRUE)
otu_table |
a dataframe of OTUs where the first row is the OTU ID and column names refer to sites |
readn |
count of reads needed |
taxa_as_rows |
|
the names of OTUs which meet the proportion of reads criteria
abundance_core(arabidopsis)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.