View source: R/occupancy_core.R
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.01 for the entire otu table and be present in at least 50
occupancy_core(otu_table, prop_rep = 0.5, taxa_as_rows = TRUE)
otu_table |
a dataframe of OTUs where the first row is the OTU ID and column names refer to sites |
taxa_as_rows |
|
occupancy_core |
some definition |
the names of OTUs which meet the proportion of replicate criteria
occupancy_core(arabidopsis)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.