The Single-cell proteomics data analysis using QFeatures
and
scp
workshop
is provided as two vignettes. The first one provides a general
introduction to the QFeatures
class in the general context of mass
spectrometry-based proteomics data manipulation. The second vignette
focuses on single-cell application and introduces the scp
package
(Vanderaa and Gatto 2021Vanderaa, Christophe, and Laurent Gatto. 2021. “Replication of Single-Cell Proteomics Data Reveals Important Computational Challenges.” Expert Rev. Proteomics, October.) as an extension of QFeatures
. This second
vignette also provides exercises that give the attendee the
opportunity to apply the learned concepts to reproduce a published
analysis on a subset of a real data set. A recent
workshop, offered
at the 2024 EuBIC winter school, provides teaching material for the
new scplainer analysis workflow.
A tutorial presenting Use Cases and Examples for Annotation of
Untargeted Metabolomics
Data using
the MetaboAnnotation
and MetaboCoreUtils
packages
(Rainer et al. 2022Rainer, Johannes, Andrea Vicini, Liesa Salzer, Jan Stanstrup, Josep M Badia, Steffen Neumann, Michael A Stravs, et al. 2022. “A Modular and Expandable Ecosystem for Metabolomics Data Annotation in R.” Metabolites 12 (2): 173.).
Exploring and analyzing LC-MS data with Spectra and xcms provides an overview of recent developments in Bioconductor to work with mass spectrometry (MsExperiment, Spectra) and specifically LC-MS data (xcms) and walks through the preprocessing of a small data set emphasizing on selection of data-dependent settings for the individual pre-processing steps.
The SpectraTutorials package provides three different vignettes:
For questions about specific software or their usage, please refer to the software’s github issue page, or use the Bioconductor support site.
The following packages have been used to generate this document.
sessionInfo()
## R version 4.4.0 (2024-04-24)
## Platform: x86_64-pc-linux-gnu
## Running under: Ubuntu 22.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/libopenblasp-r0.3.20.so; LAPACK version 3.10.0
##
## locale:
## [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
## [3] LC_TIME=nl_BE.UTF-8 LC_COLLATE=en_US.UTF-8
## [5] LC_MONETARY=nl_BE.UTF-8 LC_MESSAGES=en_US.UTF-8
## [7] LC_PAPER=nl_BE.UTF-8 LC_NAME=C
## [9] LC_ADDRESS=C LC_TELEPHONE=C
## [11] LC_MEASUREMENT=nl_BE.UTF-8 LC_IDENTIFICATION=C
##
## time zone: Europe/Brussels
## tzcode source: system (glibc)
##
## attached base packages:
## [1] stats4 stats graphics grDevices datasets utils methods
## [8] base
##
## other attached packages:
## [1] mzID_1.42.0 patchwork_1.2.0
## [3] factoextra_1.0.7 gplots_3.1.3.1
## [5] limma_3.60.3 lubridate_1.9.3
## [7] forcats_1.0.0 stringr_1.5.1
## [9] purrr_1.0.2 readr_2.1.5
## [11] tibble_3.2.1 tidyverse_2.0.0
## [13] MSnID_1.38.0 magrittr_2.0.3
## [15] tidyr_1.3.1 ggplot2_3.5.1
## [17] dplyr_1.1.4 msdata_0.44.0
## [19] rpx_2.12.0 MsCoreUtils_1.16.0
## [21] QFeatures_1.15.1 MultiAssayExperiment_1.30.2
## [23] SummarizedExperiment_1.34.0 Biobase_2.64.0
## [25] GenomicRanges_1.56.1 GenomeInfoDb_1.40.1
## [27] IRanges_2.38.0 MatrixGenerics_1.16.0
## [29] matrixStats_1.3.0 Spectra_1.14.1
## [31] ProtGenerics_1.36.0 BiocParallel_1.38.0
## [33] S4Vectors_0.42.0 BiocGenerics_0.50.0
## [35] mzR_2.38.0 Rcpp_1.0.12
## [37] BiocStyle_2.32.1
##
## loaded via a namespace (and not attached):
## [1] bitops_1.0-7 filelock_1.0.3 R.oo_1.26.0
## [4] preprocessCore_1.66.0 XML_3.99-0.16.1 lifecycle_1.0.4
## [7] rstatix_0.7.2 doParallel_1.0.17 lattice_0.22-6
## [10] MASS_7.3-61 backports_1.5.0 sass_0.4.9
## [13] rmarkdown_2.27 jquerylib_0.1.4 yaml_2.3.8
## [16] DBI_1.2.3 RColorBrewer_1.1-3 abind_1.4-5
## [19] zlibbioc_1.50.0 R.cache_0.16.0 R.utils_2.12.3
## [22] AnnotationFilter_1.28.0 RCurl_1.98-1.14 rappdirs_0.3.3
## [25] GenomeInfoDbData_1.2.12 ggrepel_0.9.5 pheatmap_1.0.12
## [28] MSnbase_2.30.1 ncdf4_1.22 codetools_0.2-20
## [31] DelayedArray_0.30.1 xml2_1.3.6 tidyselect_1.2.1
## [34] UCSC.utils_1.0.0 farver_2.1.2 BiocFileCache_2.12.0
## [37] jsonlite_1.8.8 iterators_1.0.14 foreach_1.5.2
## [40] tools_4.4.0 glue_1.7.0 SparseArray_1.4.8
## [43] BiocBaseUtils_1.6.0 xfun_0.45 withr_3.0.0
## [46] BiocManager_1.30.23 fastmap_1.2.0 rhdf5filters_1.16.0
## [49] fansi_1.0.6 caTools_1.18.2 digest_0.6.36
## [52] timechange_0.3.0 R6_2.5.1 colorspace_2.1-0
## [55] gtools_3.9.5 RSQLite_2.3.7 R.methodsS3_1.8.2
## [58] utf8_1.2.4 generics_0.1.3 data.table_1.15.4
## [61] PSMatch_1.8.0 httr_1.4.7 S4Arrays_1.4.1
## [64] pkgconfig_2.0.3 gtable_0.3.5 blob_1.2.4
## [67] impute_1.78.0 XVector_0.44.0 htmltools_0.5.8.1
## [70] carData_3.0-5 bookdown_0.39.1 MALDIquant_1.22.2
## [73] clue_0.3-65 scales_1.3.0 png_0.1-8
## [76] knitr_1.47 MetaboCoreUtils_1.12.0 rstudioapi_0.16.0
## [79] tzdb_0.4.0 reshape2_1.4.4 curl_5.2.1
## [82] cachem_1.1.0 rhdf5_2.48.0 BiocVersion_3.19.1
## [85] KernSmooth_2.23-24 parallel_4.4.0 AnnotationDbi_1.66.0
## [88] vsn_3.72.0 msmbstyle_0.0.22 pillar_1.9.0
## [91] grid_4.4.0 vctrs_0.6.5 pcaMethods_1.96.0
## [94] ggpubr_0.6.0 car_3.1-2 dbplyr_2.5.0
## [97] cluster_2.1.6 evaluate_0.24.0 cli_3.6.3
## [100] compiler_4.4.0
## [ reached getOption("max.print") -- omitted 26 entries ]
Page built: 2024-06-26 using R version 4.4.0 (2024-04-24)