Skip to content

Commit

Permalink
add preterm infant resistome 1
Browse files Browse the repository at this point in the history
  • Loading branch information
d-callan committed Mar 17, 2024
1 parent 021fc8f commit 554a426
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export(Malaysia_helminth)
export(MbioDataset)
export(NICU_NEC)
export(PIH_Uganda)
export(PretermInfantResistome1)
export(SampleMetadata)
export(getAbundances)
export(getCollection)
Expand Down
40 changes: 39 additions & 1 deletion R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -493,4 +493,42 @@
#' @source <https://microbiomedb.org/mbio/app/workspace/analyses/DS_d00b1afb83/new/download>
#' @name PIH_Uganda
#' @export
"PIH_Uganda"
"PIH_Uganda"

#' Preterm Infant Resistome 1
#'
#' The Preterm Infant Resistome I study used 16S rRNA marker gene sequencing and shotgun
#' metagenomics to profile the stool metagenome in preterm infants (born < 33 weeks gestational age)
#' stratified by antibiotic use during their hospitalization.
#' 84 preterm infant patients seen at the Washington University School of Medicine in St. Louis, MO, USA.
#' 399 stool samples; 'shotgun' metagenomic sequencing.
#' 103/399 stool samples; V4 16S rRNA gene sequencing.
#' Prospective cohort design.
#'
#' Website Release 32. (2023 May 30)
#'
#' @format ## `PretermInfantResistome1`
#' A MbioDataset object with 64 metadata variables, 399 shotgun stool samples, 103 16S stool samples.
#' It contains the following collections: \cr
#' "WGS 4th level EC metagenome abundance data" \cr
#' "WGS Metagenomeenzyme pathway abundance data" \cr
#' "WGS Metagenomeenzyme pathway coverage data" \cr
#' "WGS Genus" \cr
#' "WGS Species" \cr
#' "WGS Family" \cr
#' "WGS Order" \cr
#' "WGS Phylum" \cr
#' "WGS Class" \cr
#' "WGS Kingdom" \cr
#' "WGS Normalized number of taxon-specific sequence matches" \cr
#' "16S Order" \cr
#' "16S Genus" \cr
#' "16S Family" \cr
#' "16S Species" \cr
#' "16S Class" \cr
#' "16S Phylum" \cr
#' "16S Kingdom" \cr
#' @source <https://microbiomedb.org/mbio/app/workspace/analyses/DS_d1b9f788dc/new/download>
#' @name PretermInfantResistome1
#' @export
"PretermInfantResistome1"
Binary file modified R/sysdata.rda
Binary file not shown.
50 changes: 50 additions & 0 deletions man/PretermInfantResistome1.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 554a426

Please sign in to comment.