make_ranked_sums: Rank ASV abundance sums for a given phyloseq object

Description Usage Arguments Value Author(s) Examples

View source: R/make_ranked_sums.R

Description

A function that ranks all samples in a phyloseq object by the sum of reads assigned to all ASVs in that sample (Abundance sum/Total ASV counts).

Usage

1
make_ranked_sums(physeq = ps, myset = "Not specified")

Arguments

physeq

a phyloseq object to rank by abundance

myset

optional: a character string describing the ranked physeq object.

Value

a tibble that contains all sample metadata (fcts), their abundance (dbl), their ranks (int) by sum of abundance, their original order (int) and a custom descriptor (chr).

Author(s)

Simeon Rossmann

Examples

1
ranked_controls <- make_ranked_sums(physeq = ps_contrls)

simeross/CuPhyR documentation built on April 1, 2020, 10:28 a.m.