data.toy {miLineage} | R Documentation |
Simulated data that include an OTU table, a taxonomy table, and a covariate table
Description
This data is simulated based on a mock taxonomic tree. The data contain an OTU table, a taxonomy table, and a covariate. The data include 50 samples (25 case-control pairs) and 7 OTUs.
Usage
data("data.toy")
Format
data.toy contains the following objects:
OTU.toy: a matrix of OTU counts for 50 samples and 7 OTUs
Tax.toy: a matrix of taxonomy table with 3 ranks
covariate.toy: a matrix of one variable
Source
This is a simulated data based on a mock taxonomic tree.
Examples
data(data.toy)
[Package miLineage version 2.1 Index]