cheese_abundance {scimo} | R Documentation |
Abundance of Fungal Communities in Cheese
Description
Fungal community abundance of 74 ASVs sampled from the surface of three different French cheeses.
Usage
data("cheese_abundance", package = "scimo")
data("cheese_taxonomy", package = "scimo")
Format
For cheese_abundance
, a tibble
with columns:
- sample
Sample ID.
- cheese
Appellation of the cheese. One of
Saint-Nectaire
,Livarot
orEpoisses
.- rind_type
One of
Natural
orWashed
.- other columns
Count of the ASV.
For cheese_taxonomy
, a tibble
with columns:
- asv
Amplicon Sequence Variant (ASV) ID.
- lineage
Character corresponding to a standard concatenation of taxonomic clades.
- other columns
Clade to which the ASV belongs.
Source
This dataset came from doi:10.24072/pcjournal.321.
Examples
data("cheese_abundance", package = "scimo")
cheese_abundance
data("cheese_taxonomy", package = "scimo")
cheese_taxonomy
[Package scimo version 0.0.2 Index]