1 Introduction

The MsDataHub package provides example mass spectrometry data, peptide spectrum matches or quantitative data from proteomics and metabolomics experiments. The data are served through the ExperimentHub infrastructure, which allows download them only ones and cache them for further use. Currently available data are summarised in the table below and details in the next section.

library("MsDataHub")
DT::datatable(MsDataHub())

2 Installation

To install the package:

if (!require("BiocManager"))
    install.packages("BiocManager")

BiocManager::install("MsDataHub")

3 Available data

3.1 TripleTOF

  • Type: Raw MS data
  • Files: PestMix1_DDA.mzML and PestMix1_SWATH.mzML
  • More details: ?TripleTOF

Load with

f <- PestMix1_DDA.mzML()
## see ?MsDataHub and browseVignettes('MsDataHub') for documentation
## loading from cache
library(Spectra)
Spectra(f)
## MSn data (Spectra) with 7602 spectra in a MsBackendMzR backend:
##        msLevel     rtime scanIndex
##      <integer> <numeric> <integer>
## 1            1     0.231         1
## 2            1     0.351         2
## 3            1     0.471         3
## 4            1     0.591         4
## 5            1     0.711         5
## ...        ...       ...       ...
## 7598         1   899.491      7598
## 7599         1   899.613      7599
## 7600         1   899.747      7600
## 7601         1   899.872      7601
## 7602         1   899.993      7602
##  ... 33 more variables/columns.
## 
## file(s):
## 2c6dfc2a6e3c17_7861
f <- PestMix1_SWATH.mzML()
## see ?MsDataHub and browseVignettes('MsDataHub') for documentation
## loading from cache
Spectra(f)
## MSn data (Spectra) with 8999 spectra in a MsBackendMzR backend:
##        msLevel     rtime scanIndex
##      <integer> <numeric> <integer>
## 1            2     0.203         1
## 2            2     0.300         2
## 3            2     0.397         3
## 4            2     0.494         4
## 5            2     0.591         5
## ...        ...       ...       ...
## 8995         2   899.527      8995
## 8996         2   899.624      8996
## 8997         2   899.721      8997
## 8998         2   899.818      8998
## 8999         2   899.915      8999
##  ... 33 more variables/columns.
## 
## file(s):
## 2c6dfc903d134_7862

3.2 sciex

  • Type: Raw MS data
  • Files: 20171016_POOL_POS_1_105-134.mzML and 20171016_POOL_POS_3_105-134.mzML
  • More details: ?sciex

Load with

f <- X20171016_POOL_POS_1_105.134.mzML()
## see ?MsDataHub and browseVignettes('MsDataHub') for documentation
## loading from cache
Spectra(f)
## MSn data (Spectra) with 931 spectra in a MsBackendMzR backend:
##       msLevel     rtime scanIndex
##     <integer> <numeric> <integer>
## 1           1     0.280         1
## 2           1     0.559         2
## 3           1     0.838         3
## 4           1     1.117         4
## 5           1     1.396         5
## ...       ...       ...       ...
## 927         1   258.641       927
## 928         1   258.920       928
## 929         1   259.199       929
## 930         1   259.478       930
## 931         1   259.757       931
##  ... 33 more variables/columns.
## 
## file(s):
## 2c6dfc37450d16_7859
f <- X20171016_POOL_POS_3_105.134.mzML()
## see ?MsDataHub and browseVignettes('MsDataHub') for documentation
## loading from cache
Spectra(f)
## MSn data (Spectra) with 931 spectra in a MsBackendMzR backend:
##       msLevel     rtime scanIndex
##     <integer> <numeric> <integer>
## 1           1     0.275         1
## 2           1     0.554         2
## 3           1     0.833         3
## 4           1     1.112         4
## 5           1     1.391         5
## ...       ...       ...       ...
## 927         1   258.636       927
## 928         1   258.915       928
## 929         1   259.194       929
## 930         1   259.473       930
## 931         1   259.752       931
##  ... 33 more variables/columns.
## 
## file(s):
## 2c6dfc4483ea91_7860

3.3 PXD000001

  • Type: Raw MS data and peptide spectrum matches
  • Files: TMT_Erwinia_1uLSike_Top10HCD_isol2_45stepped_60min_01-20141210.mzML.gz and TMT_Erwinia_1uLSike_Top10HCD_isol2_45stepped_60min_01-20141210.mzid
  • More details: ?PDX000001

Load with

f <- TMT_Erwinia_1uLSike_Top10HCD_isol2_45stepped_60min_01.20141210.mzML.gz()
## see ?MsDataHub and browseVignettes('MsDataHub') for documentation
## loading from cache
Spectra(f)
## MSn data (Spectra) with 7534 spectra in a MsBackendMzR backend:
##        msLevel     rtime scanIndex
##      <integer> <numeric> <integer>
## 1            1    0.4584         1
## 2            1    0.9725         2
## 3            1    1.8524         3
## 4            1    2.7424         4
## 5            1    3.6124         5
## ...        ...       ...       ...
## 7530         2   3600.47      7530
## 7531         2   3600.83      7531
## 7532         2   3601.18      7532
## 7533         2   3601.57      7533
## 7534         2   3601.98      7534
##  ... 33 more variables/columns.
## 
## file(s):
## 2c6dfc3b4ead42_7858
f <- TMT_Erwinia_1uLSike_Top10HCD_isol2_45stepped_60min_01.20141210.mzid()
## see ?MsDataHub and browseVignettes('MsDataHub') for documentation
## loading from cache
library(PSMatch)
PSM(f)
## PSM with 5802 rows and 35 columns.
## names(35): sequence spectrumID ... subReplacementResidue subLocation

3.4 CPTAC

  • Type: tab-delimited quantitative proteomics data tables (as produced by MaxQuant)
  • Files: cptac_a_b_c_peptides.txt, cptac_a_b_peptides.txt and cptac_peptides.txt
  • More details: ?cptac

Load with

library(QFeatures)
f <- cptac_peptides.txt()
## see ?MsDataHub and browseVignettes('MsDataHub') for documentation
## loading from cache
ecols <- grep("Intensity\\.", names(read.delim(f)))
readSummarizedExperiment(f, ecols, sep = "\t")
## class: SummarizedExperiment 
## dim: 11466 45 
## metadata(0):
## assays(1): ''
## rownames(11466): 1 2 ... 11465 11466
## rowData names(143): Sequence N.term.cleavage.window ...
##   Oxidation..M..site.IDs MS.MS.Count
## colnames(45): Intensity.6A_1 Intensity.6A_2 ... Intensity.6E_8
##   Intensity.6E_9
## colData names(0):
cptac_a_b_c_peptides.txt()
## see ?MsDataHub and browseVignettes('MsDataHub') for documentation
## loading from cache
##                                                       EH7804 
## "/home/biocbuild/.cache/R/ExperimentHub/2c6dfc26c39d2c_7854"
cptac_a_b_peptides.txt()
## see ?MsDataHub and browseVignettes('MsDataHub') for documentation
## loading from cache
##                                                       EH7805 
## "/home/biocbuild/.cache/R/ExperimentHub/2c6dfc526916d6_7855"

3.5 FAAH KO

  • Type: Raw MS data, in netCDF format.
  • File: ko15.CDF
  • More details: ?cdf

Load with

f <- ko15.CDF()
## see ?MsDataHub and browseVignettes('MsDataHub') for documentation
## loading from cache
Spectra(f)
## MSn data (Spectra) with 1278 spectra in a MsBackendMzR backend:
##        msLevel     rtime scanIndex
##      <integer> <numeric> <integer>
## 1            1   2501.38         1
## 2            1   2502.94         2
## 3            1   2504.51         3
## 4            1   2506.07         4
## 5            1   2507.64         5
## ...        ...       ...       ...
## 1274         1   4493.56      1274
## 1275         1   4495.13      1275
## 1276         1   4496.69      1276
## 1277         1   4498.26      1277
## 1278         1   4499.82      1278
##  ... 33 more variables/columns.
## 
## file(s):
## 2c6dfc68e81959_7853

4 Adding data to MsDataHub

  1. If you would like additional dataset to MsDataHub, start by opening an issue in the package’s GitHub repository and describe the new data. In particular, provide information about it’s provenance, its use, its format(s) and acknowledge that the data may be shared freely with the community without any restrictions. You may provide an open licence specifying the terms it can be re-used, typically a CC-BY-SA license.
  2. By contribution to the package, you acknowledge that you will comply to the R for Mass Spectrometry project code of conduct.
  3. A maintainer of the package will reply to your issue, confirming that the data can be added.
  4. At this point, if you are familiar with the development of ExperimentHub packages and GitHub pull requests, you may directly send one that adds your data to the package. Make sure (1) add appropriate references in the manual page and (2) to add yourself as a contributor of the package in the DESCRIPTION file.
  5. Alternatively, a maintainer will add the dataset to the package and may require your input to make sure the documentation file is complete.

Session information

## R version 4.3.1 (2023-06-16)
## Platform: x86_64-pc-linux-gnu (64-bit)
## Running under: Ubuntu 22.04.3 LTS
## 
## Matrix products: default
## BLAS:   /home/biocbuild/bbs-3.18-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              
##  [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] MsDataHub_1.2.0             QFeatures_1.12.0           
##  [3] MultiAssayExperiment_1.28.0 SummarizedExperiment_1.32.0
##  [5] Biobase_2.62.0              GenomicRanges_1.54.0       
##  [7] GenomeInfoDb_1.38.0         IRanges_2.36.0             
##  [9] MatrixGenerics_1.14.0       matrixStats_1.0.0          
## [11] PSMatch_1.6.0               Spectra_1.12.0             
## [13] ProtGenerics_1.34.0         BiocParallel_1.36.0        
## [15] S4Vectors_0.40.0            BiocGenerics_0.48.0        
## [17] BiocStyle_2.30.0           
## 
## loaded via a namespace (and not attached):
##  [1] DBI_1.1.3                     bitops_1.0-7                 
##  [3] rlang_1.1.1                   magrittr_2.0.3               
##  [5] clue_0.3-65                   compiler_4.3.1               
##  [7] RSQLite_2.3.1                 png_0.1-8                    
##  [9] vctrs_0.6.4                   pkgconfig_2.0.3              
## [11] MetaboCoreUtils_1.10.0        crayon_1.5.2                 
## [13] fastmap_1.1.1                 dbplyr_2.3.4                 
## [15] XVector_0.42.0                ellipsis_0.3.2               
## [17] utf8_1.2.4                    promises_1.2.1               
## [19] rmarkdown_2.25                purrr_1.0.2                  
## [21] bit_4.0.5                     xfun_0.40                    
## [23] zlibbioc_1.48.0               cachem_1.0.8                 
## [25] jsonlite_1.8.7                blob_1.2.4                   
## [27] later_1.3.1                   DelayedArray_0.28.0          
## [29] interactiveDisplayBase_1.40.0 parallel_4.3.1               
## [31] cluster_2.1.4                 R6_2.5.1                     
## [33] bslib_0.5.1                   jquerylib_0.1.4              
## [35] Rcpp_1.0.11                   bookdown_0.36                
## [37] knitr_1.44                    httpuv_1.6.12                
## [39] Matrix_1.6-1.1                igraph_1.5.1                 
## [41] tidyselect_1.2.0              abind_1.4-5                  
## [43] yaml_2.3.7                    codetools_0.2-19             
## [45] curl_5.1.0                    lattice_0.22-5               
## [47] tibble_3.2.1                  withr_2.5.1                  
## [49] shiny_1.7.5.1                 KEGGREST_1.42.0              
## [51] evaluate_0.22                 BiocFileCache_2.10.0         
## [53] ExperimentHub_2.10.0          Biostrings_2.70.0            
## [55] pillar_1.9.0                  BiocManager_1.30.22          
## [57] filelock_1.0.2                DT_0.30                      
## [59] ncdf4_1.21                    generics_0.1.3               
## [61] RCurl_1.98-1.12               BiocVersion_3.18.0           
## [63] xtable_1.8-4                  glue_1.6.2                   
## [65] lazyeval_0.2.2                tools_4.3.1                  
## [67] AnnotationHub_3.10.0          mzR_2.36.0                   
## [69] fs_1.6.3                      grid_4.3.1                   
## [71] crosstalk_1.2.0               MsCoreUtils_1.14.0           
## [73] AnnotationDbi_1.64.0          GenomeInfoDbData_1.2.11      
## [75] cli_3.6.1                     rappdirs_0.3.3               
## [77] fansi_1.0.5                   S4Arrays_1.2.0               
## [79] dplyr_1.1.3                   AnnotationFilter_1.26.0      
## [81] sass_0.4.7                    digest_0.6.33                
## [83] SparseArray_1.2.0             htmlwidgets_1.6.2            
## [85] memoise_2.0.1                 htmltools_0.5.6.1            
## [87] lifecycle_1.0.3               httr_1.4.7                   
## [89] mime_0.12                     bit64_4.0.5                  
## [91] MASS_7.3-60