library(microbiomeDataSets)

Microbiome example data sets

The data sets are primarily named by the first author of the associated publication, together with a descriptive suffix. Aliases are provided for some of the data sets.

A table of the available data sets is available through the availableDataSets function.

availableDataSets()
#>             Dataset
#> 1  GrieneisenTSData
#> 2    HintikkaXOData
#> 3       LahtiMLData
#> 4        LahtiMData
#> 5       LahtiWAData
#> 6      OKeefeDSData
#> 7 SilvermanAGutData
#> 8        SongQAData
#> 9   SprockettTHData

All data are downloaded from ExperimentHub and cached for local re-use. Check the man pages of each function for a detailed documentation of the data contents and original source.

The microbiome data is usually loaded as a TreeSummarizedExperiment. If other associated data tables (metabolomic, biomarker..) are provided, the integrated data collection is provided as MultiAssayExperiment.

For more information on how to use these objects, please refer to the vignettes of those packages.

#rebook::prettySessionInfo()
sessionInfo()
#> R version 4.2.0 (2022-04-22)
#> Platform: x86_64-pc-linux-gnu (64-bit)
#> Running under: Ubuntu 20.04.4 LTS
#> 
#> Matrix products: default
#> BLAS:   /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3
#> LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/liblapack.so.3
#> 
#> locale:
#>  [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
#>  [3] LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8    
#>  [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
#>  [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                 
#>  [9] LC_ADDRESS=C               LC_TELEPHONE=C            
#> [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       
#> 
#> attached base packages:
#> [1] stats4    stats     graphics  grDevices utils     datasets  methods  
#> [8] base     
#> 
#> other attached packages:
#>  [1] microbiomeDataSets_1.1.7       MultiAssayExperiment_1.23.4   
#>  [3] TreeSummarizedExperiment_2.1.4 Biostrings_2.65.1             
#>  [5] XVector_0.37.0                 SingleCellExperiment_1.19.0   
#>  [7] SummarizedExperiment_1.27.1    Biobase_2.57.1                
#>  [9] GenomicRanges_1.49.0           GenomeInfoDb_1.33.3           
#> [11] IRanges_2.31.0                 S4Vectors_0.35.1              
#> [13] BiocGenerics_0.43.0            MatrixGenerics_1.9.1          
#> [15] matrixStats_0.62.0             BiocStyle_2.25.0              
#> 
#> loaded via a namespace (and not attached):
#>  [1] nlme_3.1-158                  bitops_1.0-7                 
#>  [3] fs_1.5.2                      bit64_4.0.5                  
#>  [5] filelock_1.0.2                httr_1.4.3                   
#>  [7] rprojroot_2.0.3               tools_4.2.0                  
#>  [9] bslib_0.3.1                   utf8_1.2.2                   
#> [11] R6_2.5.1                      DBI_1.1.3                    
#> [13] lazyeval_0.2.2                tidyselect_1.1.2             
#> [15] curl_4.3.2                    bit_4.0.4                    
#> [17] compiler_4.2.0                textshaping_0.3.6            
#> [19] cli_3.3.0                     desc_1.4.1                   
#> [21] DelayedArray_0.23.0           bookdown_0.27                
#> [23] sass_0.4.1                    rappdirs_0.3.3               
#> [25] pkgdown_2.0.4                 systemfonts_1.0.4            
#> [27] stringr_1.4.0                 digest_0.6.29                
#> [29] yulab.utils_0.0.5             rmarkdown_2.14               
#> [31] pkgconfig_2.0.3               htmltools_0.5.2              
#> [33] dbplyr_2.2.1                  fastmap_1.1.0                
#> [35] rlang_1.0.3                   RSQLite_2.2.14               
#> [37] shiny_1.7.1                   jquerylib_0.1.4              
#> [39] generics_0.1.2                jsonlite_1.8.0               
#> [41] BiocParallel_1.31.10          dplyr_1.0.9                  
#> [43] RCurl_1.98-1.7                magrittr_2.0.3               
#> [45] GenomeInfoDbData_1.2.8        Matrix_1.4-1                 
#> [47] Rcpp_1.0.8.3                  fansi_1.0.3                  
#> [49] ape_5.6-2                     lifecycle_1.0.1              
#> [51] stringi_1.7.6                 yaml_2.3.5                   
#> [53] zlibbioc_1.43.0               BiocFileCache_2.5.0          
#> [55] AnnotationHub_3.5.0           grid_4.2.0                   
#> [57] blob_1.2.3                    promises_1.2.0.1             
#> [59] parallel_4.2.0                ExperimentHub_2.5.0          
#> [61] crayon_1.5.1                  lattice_0.20-45              
#> [63] KEGGREST_1.37.3               knitr_1.39                   
#> [65] pillar_1.7.0                  codetools_0.2-18             
#> [67] glue_1.6.2                    BiocVersion_3.16.0           
#> [69] evaluate_0.15                 BiocManager_1.30.18          
#> [71] png_0.1-7                     httpuv_1.6.5                 
#> [73] vctrs_0.4.1                   treeio_1.21.0                
#> [75] purrr_0.3.4                   tidyr_1.2.0                  
#> [77] assertthat_0.2.1              cachem_1.0.6                 
#> [79] xfun_0.31                     mime_0.12                    
#> [81] xtable_1.8-4                  tidytree_0.3.9               
#> [83] later_1.3.0                   ragg_1.2.2                   
#> [85] tibble_3.1.7                  AnnotationDbi_1.59.1         
#> [87] memoise_2.0.1                 interactiveDisplayBase_1.35.0
#> [89] ellipsis_0.3.2