microbiomeDataSets 1.14.0
library(microbiomeDataSets)
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 LahtiMLData
#> 3 LahtiMData
#> 4 OKeefeDSData
#> 5 SilvermanAGutData
#> 6 SongQAData
#> 7 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.4.1 (2024-06-14)
#> Platform: x86_64-pc-linux-gnu
#> Running under: Ubuntu 24.04.1 LTS
#>
#> Matrix products: default
#> BLAS: /home/biocbuild/bbs-3.20-bioc/R/lib/libRblas.so
#> LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.12.0
#>
#> locale:
#> [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
#> [3] LC_TIME=en_GB LC_COLLATE=C
#> [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
#>
#> time zone: America/New_York
#> tzcode source: system (glibc)
#>
#> attached base packages:
#> [1] stats4 stats graphics grDevices utils datasets methods
#> [8] base
#>
#> other attached packages:
#> [1] microbiomeDataSets_1.14.0 MultiAssayExperiment_1.32.0
#> [3] TreeSummarizedExperiment_2.14.0 Biostrings_2.74.0
#> [5] XVector_0.46.0 SingleCellExperiment_1.28.0
#> [7] SummarizedExperiment_1.36.0 Biobase_2.66.0
#> [9] GenomicRanges_1.58.0 GenomeInfoDb_1.42.0
#> [11] IRanges_2.40.0 S4Vectors_0.44.0
#> [13] BiocGenerics_0.52.0 MatrixGenerics_1.18.0
#> [15] matrixStats_1.4.1 BiocStyle_2.34.0
#>
#> loaded via a namespace (and not attached):
#> [1] tidyselect_1.2.1 dplyr_1.1.4 blob_1.2.4
#> [4] filelock_1.0.3 fastmap_1.2.0 lazyeval_0.2.2
#> [7] BiocFileCache_2.14.0 digest_0.6.37 lifecycle_1.0.4
#> [10] KEGGREST_1.46.0 tidytree_0.4.6 RSQLite_2.3.7
#> [13] magrittr_2.0.3 compiler_4.4.1 rlang_1.1.4
#> [16] sass_0.4.9 tools_4.4.1 utf8_1.2.4
#> [19] yaml_2.3.10 knitr_1.48 S4Arrays_1.6.0
#> [22] bit_4.5.0 curl_5.2.3 DelayedArray_0.32.0
#> [25] abind_1.4-8 BiocParallel_1.40.0 purrr_1.0.2
#> [28] grid_4.4.1 fansi_1.0.6 ExperimentHub_2.14.0
#> [31] cli_3.6.3 rmarkdown_2.28 crayon_1.5.3
#> [34] treeio_1.30.0 generics_0.1.3 httr_1.4.7
#> [37] DBI_1.2.3 ape_5.8 cachem_1.1.0
#> [40] zlibbioc_1.52.0 parallel_4.4.1 AnnotationDbi_1.68.0
#> [43] BiocManager_1.30.25 vctrs_0.6.5 yulab.utils_0.1.7
#> [46] Matrix_1.7-1 jsonlite_1.8.9 bookdown_0.41
#> [49] bit64_4.5.2 jquerylib_0.1.4 tidyr_1.3.1
#> [52] glue_1.8.0 codetools_0.2-20 BiocVersion_3.20.0
#> [55] UCSC.utils_1.2.0 tibble_3.2.1 pillar_1.9.0
#> [58] rappdirs_0.3.3 htmltools_0.5.8.1 GenomeInfoDbData_1.2.13
#> [61] R6_2.5.1 dbplyr_2.5.0 evaluate_1.0.1
#> [64] lattice_0.22-6 AnnotationHub_3.14.0 png_0.1-8
#> [67] memoise_2.0.1 bslib_0.8.0 Rcpp_1.0.13
#> [70] SparseArray_1.6.0 nlme_3.1-166 xfun_0.48
#> [73] fs_1.6.5 pkgconfig_2.0.3