Description Usage Format Source Examples
A dataset containing the nasopharyngeal microbiota data of 97 infants at the age of 1 week,
1 month and 1 year (n = 287 samples). Data from these subjects was already published
(Bosch et al, Am J Resp Crit Care Med, 2017), yet for the current data, we revisited
our initial bioinformatic processing steps, this time running DADA2 and decontam
to
curate data.
1 |
A phyloseq-object with 1793 taxa, 287 samples and 5 clinical variables. Datasets contained
in this object can be accessed through functions in the phyloseq-package (e.g. otu_table
,
tax_table
, and sample_data
). Alternatively, wrappers around
these functions contained in this package can be used (e.g. meta_to_df
).
subject identifier
name of the visit, week 1 (w1), month 1 (m1) or year 1 (y1)
age in days after birth
either vaginal (vag) or by caesarian section (sc)
exclusive breastfeeding within the first 3 months of life yes (1) or no (0)
https://www.atsjournals.org/doi/full/10.1164/rccm.201703-0554OC
1 2 | ps_NP
ps_NP %>% meta_to_df() %>% dplyr::count(visit_name, birth_mode)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.