View source: R/retrieve_features_by_taxa.R
retrieve_features_by_taxa | R Documentation |
Returns a long form data frame of stratification by taxa of the relative abundance or number of bases wanted of functional features in wanted samples, given allfeaturesbytaxa_matrix and allfeaturesbytaxa_index metadata present in a JAMS SummarizedExperiment functional object.
retrieve_features_by_taxa(
FuncExpObj = NULL,
assay_for_matrix = "BaseCounts",
wantedfeatures = NULL,
wantedsamples = NULL,
asPPM = TRUE,
PPM_normalize_to_bases_sequenced = FALSE,
PPMthreshold = 0
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.