SRS: Scaling with Ranked Subsampling

Analysis of species count data in ecology often requires normalization to an identical sample size. Rarefying (random subsampling without replacement), which is a popular method for normalization, has been widely criticized for its poor reproducibility and potential distortion of the community structure. In the context of microbiome count data, researchers explicitly advised against the use of rarefying. An alternative to rarefying is scaling with ranked subsampling (SRS). SRS consists of two steps. In the first step, the total counts for all OTUs (operational taxonomic units) or species in each sample are divided by a scaling factor chosen in such a way that the sum of the scaled counts Cscaled equals Cmin. In the second step, the non-integer Cscaled values are converted into integers by an algorithm that we dub ranked subsampling. The Cscaled value for each OTU or species is split into the integer part Cint (Cint = floor(Cscaled)) and the fractional part Cfrac (Cfrac = Cscaled - Cints). Since the sum of Cint is smaller or equal to Cmin, additional delta C = Cmin - the sum of Cint counts have to be added to the library to reach the total count of Cmin. This is achieved as follows. OTUs are ranked in the descending order of their Cfrac values. Beginning with the OTU of the highest rank, single count per OTU is added to the normalized library until the total number of added counts reaches delta C and the sum of all counts in the normalized library equals Cmin. When the lowest Cfrag involved in picking delta C counts is shared by several OTUs, the OTUs used for adding a single count to the library are selected in the order of their Cint values. This selection minimizes the effect of normalization on the relative frequencies of OTUs. OTUs with identical Cfrag as well as Cint are sampled randomly without replacement. See Beule & Karlovsky (2020) <doi:10.7717/peerj.9593> for details.

Version: 0.2.3
Depends: R (≥ 3.4.0), vegan (≥ 2.5-6), shiny (≥ 1.5.0), DT (≥ 0.16), shinycssloaders (≥ 1.0.0), shinybusy (≥ 0.2.2)
Published: 2022-03-27
Author: Lukas Beule [aut, cre], Vitor Heidrich [aut], Petr Karlovsky [aut]
Maintainer: Lukas Beule <lukas.beule at julius-kuehn.de>
License: CC BY-SA 4.0
NeedsCompilation: no
Citation: SRS citation info
CRAN checks: SRS results

Documentation:

Reference manual: SRS.pdf

Downloads:

Package source: SRS_0.2.3.tar.gz
Windows binaries: r-devel: SRS_0.2.3.zip, r-release: SRS_0.2.3.zip, r-oldrel: SRS_0.2.3.zip
macOS binaries: r-release (arm64): SRS_0.2.3.tgz, r-oldrel (arm64): SRS_0.2.3.tgz, r-release (x86_64): SRS_0.2.3.tgz
Old sources: SRS archive

Reverse dependencies:

Reverse suggests: MiscMetabar

Linking:

Please use the canonical form https://CRAN.R-project.org/package=SRS to link to this page.