findRAfromCount: Return the Relative Abundance (RA) data for the given count...

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Return the Relative Abundance (RA) data for the given count OTU table

Usage

1
findRAfromCount(count_otu)

Arguments

count_otu

Count OTU table

Value

ra_otu Relative Abundance (RA) OTU table

Examples

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))

mani2012/PathoStat documentation built on April 3, 2020, 7:41 p.m.