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)

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').

Details

Match data

Author(s)

Antton Alberdi, anttonalberdi@gmail.com

See Also

hill_div, index_div

Examples

1
2
3
4

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

Related to match_data in hilldiv...