99![ MsCoreUtils] ( man/figures/MsCoreUtils.png )
1010
1111This workshop provides an overview of recent developments in Bioconductor to
12- work with mass spectrometry
12+ work with mass spectrometry data
1313([ MsExperiment] ( https://github.com/RforMassSpectrometry/MsExperiment ) ,
1414[ Spectra] ( https://github.com/RforMassSpectrometry/Spectra ) ) and specifically
1515LC-MS data ([ xcms] ( https://github.com/sneumann/xcms ) ) and walks through the
1616preprocessing of a small data set emphasizing on selection of data-dependent
17- settings for the individual pre-processing steps.
17+ settings for the individual preprocessing steps.
1818
1919Covered topics are:
2020
@@ -45,9 +45,12 @@ generate the html file
4545
4646## Installation
4747
48- For on-line code evaluation, the workshop can also be run using a self-contained
49- docker image with all R packages and a server version of RStudio (Posit)
50- pre-installed:
48+ The workshop files along with an R runtime environment including all required
49+ packages and the RStudio (Posit) editor are all bundled in a * docker*
50+ container. After installation, this docker container can be run on the computer
51+ and the code and examples from the workshop can be evaluated within this
52+ environment (without the need to install any additional packages or files). The
53+ required steps for installation are:
5154
5255- If you don't already have, install [ docker] ( https://www.docker.com/ ) . Find
5356 installation information [ here] ( https://docs.docker.com/desktop/ ) .
@@ -59,12 +62,12 @@ pre-installed:
5962 -e PASSWORD=bioc \
6063 -p 8787:8787 \
6164 jorainer/xcms_tutorials:latest
62- ```
65+ ```
6366
6467- Enter ` http://localhost:8787 ` in a web browser and log in with username
6568 ` rstudio ` and password ` bioc ` .
6669- In the RStudio server version: open any of the R-markdown (* .Rmd* ) files in
67- the * vignettes* folder and evaluate the R code blocks.
70+ the * vignettes* folder and evaluate the R code blocks in that document .
6871
6972
7073For manual installation, an R version >= 4.3.0 is required as well as recent
@@ -103,3 +106,8 @@ Conduct](https://rformassspectrometry.github.io/RforMassSpectrometry/articles/Rf
103106 https://rformassspectrometry.github.io/MetaboAnnotation/
104107- Repository of the ` CompoundDb ` package:
105108 https://rformassspectrometry.github.io/CompoundDb/
109+
110+ # Acknowledgments
111+
112+ Thank you to [ Philippine Louail] ( https://github.com/philouail ) for fixing typos
113+ and suggesting improvements.
0 commit comments