View source: R/abundancea_and_occupancy_core.R
abundance_and_occupancy_core | R Documentation |
This method assigns taxa to the core if they account for some proportion of the total reads for the sequencing run and if they are present in at least x
In this example, a core taxa must account for 0.02 for the entire otu table and be present in at least 50
abundance_and_occupancy_core( otu_table, prop_rep = 0.5, prop_reads = 2e-04, taxa_as_rows = TRUE )
otu_table |
a dataframe of OTUs where the first row is the OTU ID and column names refer to sites |
prop_reads |
percentage of reads |
taxa_as_rows |
|
occupancy_core |
percentage of replicates |
the names of OTUs which meet the proportion of reads and replicate criteria
abundance_and_occupancy_core(arabidopsis)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.