The TransOmicsData package contains datasets spanning various biological contexts such as in vitro embryonic and tissue-specific development in mouse and human. It covers multiple omics sequencing technologies such as RNAseq, mass spectrometry and ChIP-seq. This package was developed to provide convenient access to raw or pre-processed data for comparative trans-omics analysis.
The data stored in this package can be retrieved using ExperimentHub.
# if (!requireNamespace("BiocManager", quietly = TRUE))
# install.packages("BiocManager")
# BiocManager::install("ExperimentHub")
library(ExperimentHub)
refreshHub(hubClass = "ExperimentHub")
## ExperimentHub with 8225 records
## # snapshotDate(): 2024-03-11
## # $dataprovider: Eli and Edythe L. Broad Institute of Harvard and MIT, NCBI,...
## # $species: Homo sapiens, Mus musculus, Saccharomyces cerevisiae, Drosophila...
## # $rdataclass: SummarizedExperiment, data.frame, ExpressionSet, matrix, char...
## # additional mcols(): taxonomyid, genome, description,
## # coordinate_1_based, maintainer, rdatadateadded, preparerclass, tags,
## # rdatapath, sourceurl, sourcetype
## # retrieve records with, e.g., 'object[["EH1"]]'
##
## title
## EH1 | RNA-Sequencing and clinical data for 7706 tumor samples from The...
## EH166 | ERR188297
## EH167 | ERR188088
## EH168 | ERR188204
## EH169 | ERR188317
## ... ...
## EH9473 | JohnsonKinaseAnnotation
## EH9474 | JohnsonKinasePWM
## EH9475 | JohnsonKinaseBackgroundScores
## EH9476 | JohnsonKinaseBackgroundQuantiles
## EH9477 | khan2023
ehub <- ExperimentHub()
myfiles <- query(ehub, "TransOmicsData")
myfiles
## ExperimentHub with 11 records
## # snapshotDate(): 2024-03-11
## # $dataprovider: PRIDE, NCBI
## # $species: Mus musculus, Homo sapiens
## # $rdataclass: SummarizedExperiment
## # additional mcols(): taxonomyid, genome, description,
## # coordinate_1_based, maintainer, rdatadateadded, preparerclass, tags,
## # rdatapath, sourceurl, sourcetype
## # retrieve records with, e.g., 'object[["EH8536"]]'
##
## title
## EH8536 | Chen organoid phosphoproteome
## EH8537 | Chen organoid proteome
## EH8538 | Chen organoid transcriptome
## EH8539 | Xiao myogenesis differentation phosphoproteome
## EH8540 | Xiao myogenesis differentiation proteome
## ... ...
## EH8542 | Xiao myogenesis inhibition proteome
## EH8543 | Yang ESC epigenome
## EH8544 | Yang ESC phosphoproteome
## EH8545 | Yang ESC proteome
## EH8546 | Yang ESC transcriptome
# BiocManager::install("TransOmicsData")
To list the summarized metadata for all datasets in the package:
library(TransOmicsData)
listDatasets()
## DataFrame with 3 rows and 5 columns
## Title Description Omics Species
## <character> <character> <character> <character>
## 1 chen-organoid neural organoid diff.. phosphoproteome, pro.. human
## 2 xiao-myogenesis C2C12 myogenesis dif.. phosphoproteome, pro.. mouse
## 3 yang-esc ESC to epiLC differe.. epigenome, phosphopr.. human
## RDataPath
## <character>
## 1 TransOmicsData/0.99...
## 2 TransOmicsData/0.99...
## 3 TransOmicsData/0.99...
TransOmicsData
We hope that TransOmicsData will be useful for your research. Please use the following information to cite the package. Thank you!
## Citation info
citation("TransOmicsData")
## To cite TransOmicsData in publications use:
##
## Chen, Carissa., Xiao, Di., Yang, P. (2024). TransOmicsData: a
## collection of trans-omics data covering a wide range of biological
## systems. R package version 1.0.0. University of Sydney. Sydney,
## Australia. https://github.com/PYangLab/TransOmicsData
##
## A BibTeX entry for LaTeX users is
##
## @Manual{,
## title = {TransOmicsData: a collection of trans-omics data covering a wide range of biological systems.},
## author = {Carissa Chen and Di Xiao and Pengyi Yang},
## organization = {University of Sydney},
## address = {Sydney, Australia},
## note = {R package version 1.0.0},
## year = {2024},
## url = {https://github.com/PYangLab/TransOmicsData},
## }
## R Under development (unstable) (2024-03-06 r86056)
## Platform: x86_64-pc-linux-gnu
## Running under: Ubuntu 22.04.4 LTS
##
## Matrix products: default
## BLAS: /home/biocbuild/bbs-3.19-bioc/R/lib/libRblas.so
## LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.10.0
##
## locale:
## [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_GB LC_COLLATE=C
## [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=en_US.UTF-8 LC_NAME=C
## [9] LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
##
## time zone: America/New_York
## tzcode source: system (glibc)
##
## attached base packages:
## [1] stats graphics grDevices utils datasets methods base
##
## other attached packages:
## [1] TransOmicsData_0.99.8 ExperimentHub_2.11.1 AnnotationHub_3.11.1 BiocFileCache_2.11.1 dbplyr_2.4.0
## [6] BiocGenerics_0.49.1 BiocStyle_2.31.0
##
## loaded via a namespace (and not attached):
## [1] KEGGREST_1.43.0 xfun_0.42 bslib_0.6.1 Biobase_2.63.0
## [5] vctrs_0.6.5 tools_4.4.0 generics_0.1.3 stats4_4.4.0
## [9] curl_5.2.1 tibble_3.2.1 fansi_1.0.6 AnnotationDbi_1.65.2
## [13] RSQLite_2.3.5 blob_1.2.4 pkgconfig_2.0.3 S4Vectors_0.41.4
## [17] lifecycle_1.0.4 GenomeInfoDbData_1.2.11 compiler_4.4.0 Biostrings_2.71.3
## [21] GenomeInfoDb_1.39.8 htmltools_0.5.7 sass_0.4.8 yaml_2.3.8
## [25] pillar_1.9.0 crayon_1.5.2 jquerylib_0.1.4 cachem_1.0.8
## [29] mime_0.12 tidyselect_1.2.1 digest_0.6.35 dplyr_1.1.4
## [33] purrr_1.0.2 bookdown_0.38 BiocVersion_3.19.1 fastmap_1.1.1
## [37] cli_3.6.2 magrittr_2.0.3 utf8_1.2.4 withr_3.0.0
## [41] filelock_1.0.3 rappdirs_0.3.3 bit64_4.0.5 rmarkdown_2.26
## [45] XVector_0.43.1 httr_1.4.7 bit_4.0.5 png_0.1-8
## [49] memoise_2.0.1 evaluate_0.23 knitr_1.45 IRanges_2.37.1
## [53] rlang_1.1.3 glue_1.7.0 DBI_1.2.2 BiocManager_1.30.22
## [57] jsonlite_1.8.8 R6_2.5.1 zlibbioc_1.49.0