match_data: Match data

Description Usage Arguments Details Author(s) See Also Examples

View source: R/match_data.R

Description

Filter count tables and OTU/ASV phylogenetic trees to match OTUs/ASVs present in both data files..

Usage

1
match_data(countable, tree, output, silent)

Arguments

countable

A count table (matrix/data.frame) indicating the absolute or relative OTU/ASV abundances of multiple samples. Columns must refer to samples and rows to OTUs/ASVs.

tree

An ultrametic tree of class 'phylo'.

output

Whether to output a filtered count table ('countable') or a filtered OTU tree ('tree'). Default is empty, which only yields a message.

silent

Whether to stop printing text on screen. Default=FALSE.

Details

Match data

Author(s)

Antton Alberdi, anttonalberdi@gmail.com

See Also

hill_div, index_div

Examples

1
2
3
4

anttonalberdi/hilldiv documentation built on Feb. 14, 2021, 5:08 p.m.