depth_filt: Sequencing depth filtering

Description Usage Arguments Details Author(s) References See Also Examples

View source: R/depth_filt.R

Description

Filter samples based on a minimum sequencing depth.

Usage

1
depth_filt(countable, threshold)

Arguments

countable

An OTU table (matrix/data.frame) indicating the absolute OTU abundances of multiple samples. Columns must refer to samples and rows to OTUs.

threshold

A number indicating the minimum sequencing depth required to keep the sample.

Details

Sequencing depth filtering

Author(s)

Antton Alberdi, anttonalberdi@gmail.com

References

Alberdi A, Aizpurua O, Bohmann K, Gopalakrishnan S, Lynggaard C, Nielsen M, Gilbert MTP. 2019. Promises and pitfalls of using high-throughput sequencing for diet analysis. Molecular Ecology Resources, 19(2), 327-348.

See Also

depth_cov, copy_filt

Examples

1
2
3

hilldiv documentation built on Oct. 1, 2019, 5:04 p.m.

Related to depth_filt in hilldiv...