findRAfromCount {PathoStat} | R Documentation |
Return the Relative Abundance (RA) data for the given count OTU table
findRAfromCount(count_otu)
count_otu |
Count OTU table |
ra_otu Relative Abundance (RA) OTU table
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))