CRAN/E | SRS

SRS

Scaling with Ranked Subsampling

Installation

About

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.

Citation SRS citation info

Key Metrics

Version 0.2.3
R ≥ 3.4.0
Published 2022-03-27 754 days ago
Needs compilation? no
License CC BY-SA 4.0
CRAN checks SRS results

Downloads

Yesterday 9
Last 7 days 44 -49%
Last 30 days 332 -29%
Last 90 days 1.430 +45%
Last 365 days 4.109 -1%

Maintainer

Maintainer

Lukas Beule

lukas.beule@julius-kuehn.de

Authors

Lukas Beule

aut / cre

Vitor Heidrich

aut

Petr Karlovsky

aut

Material

Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

SRS archive

Depends

R ≥ 3.4.0
vegan ≥ 2.5-6
shiny ≥ 1.5.0
DT ≥0.16
shinycssloaders ≥ 1.0.0
shinybusy ≥ 0.2.2