calculate_curve: Calculate cumulative decay percent curve

Description Usage Arguments Value Examples

View source: R/calculations.R

Description

Performs the initial decay curve based on percentage of 'target' isolation source along a rank of most to least abundant taxa for a given sample.

Usage

1
calculate_curve(taxa_table, database)

Arguments

taxa_table

An OTU table loaded with load_taxa_table.

database

A database file loaded with load_database.

Value

An object in the form of a tibble with taxa of each given sample ordered by rank and the proportion of taxa up to that rank deriving from your target source.

Examples

1
2
3
4
5
6
7

cuperdec documentation built on Sept. 13, 2021, 1:06 a.m.