Description Usage Arguments Value Examples
Return the Relative Abundance (RA) data for the given count OTU table
1 | findRAfromCount(count_otu)
|
count_otu |
Count OTU table |
ra_otu Relative Abundance (RA) OTU table
1 2 3 4 | data_dir <- system.file("data", package = "PathoStat")
infileName <- "pstat_data.rda"
pstat_test <- loadPstat(data_dir, infileName)
ra_otu <- findRAfromCount(phyloseq::otu_table(pstat_test))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.