| srs_pq | R Documentation |
Wrapper around SRS::SRS() (Heidrich et al. 2021,
\Sexpr[results=rd]{tools:::Rd_expr_doi("10.7717/peerj.9593")}) which scales all samples to a common count
Cmin while preserving the rank order of OTU abundances.
srs_pq(physeq, Cmin = NULL, ...)
physeq |
(required) a |
Cmin |
(integer) the common scaling depth. Defaults to
|
... |
Additional arguments passed on to |
A new phyloseq-class object with the SRS
normalised otu_table.
Adrien Taudière
SRS::SRS(), rarefy_pq()
data_f_srs <- srs_pq(data_fungi_mini)
sample_sums(data_f_srs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.