metab: Subset of metabarcoding data

Description Usage Examples

Description

The metab dataset is an example of OTU table produced from metabarcoding data. OTUs are in rows and samples are in columns. It contains taxonomic assignements of OTUs in the first column. These assignement usually includes previous taxonomic ranks, e.g. Kingdom;Phylum;Class;Order;Family;Genus;species The taxonomic path must be separated by a semicolon ';' in order the properly parse it.

Usage

1
data("metab")

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Loading the exemple data
data("metab")
## Computing BBI indices
BI_metab <- BBI(metab)
## And then computing nEQR
eqr <- nEQR(BI_metab$BBI)
## print nEQR values
eqr$nEQR
## print discrete status
eqr$nEQRclass

BBI documentation built on May 1, 2019, 10:28 p.m.

Related to metab in BBI...