File tree Expand file tree Collapse file tree 4 files changed +38
-4
lines changed
Expand file tree Collapse file tree 4 files changed +38
-4
lines changed Original file line number Diff line number Diff line change 11Package: xcmsTutorials
22Title: Exploring and Analyzing LC-MS data with Spectra and xcms
3- Version: 1.1.1
3+ Version: 1.1.2
44Authors@R: c(
55 person(given = "Johannes", family = "Rainer",
66
Original file line number Diff line number Diff line change 1- # xcmsTutorials 1.0
1+ # xcmsTutorials 1.1
2+
3+ ## Changes in 1.1.2
4+
5+ - Add citation information to the README and the package.
26
37## Changes in 1.1.1
48
913
1014## Changes in 1.1.0
1115
12- - Release the tutorial to Zenodo.
16+ - Release the tutorial to Zenodo: https://doi.org/10.5281/zenodo.11185521
1317- Use Bioconductor 3.19 release docker image and packages.
1418- Add examples for simple quality assessment of BPC or BPS data.
1519- Introduce parameter ` ppm ` for ` PeakDensityParam ` correspondence analysis
1620 method.
1721- Add an additional section for extraction of chromatographic or spectra data
1822 for identified chromatographic peaks and perform isotopologue search in these.
1923
24+ # xcmsTutorials 1.0
25+
2026## Changes in 1.0.4
2127
2228- Use the Bioconductor 3.18 release docker image.
5258
5359- Add requirements for ` xcms ` and ` Spectra ` packages as well as R version.
5460
55-
5661# xcmsTutorials 0.2
5762
5863## Changes in xcmsTutorials 0.2.0
Original file line number Diff line number Diff line change @@ -46,6 +46,16 @@ generate the html file
4646[ xcms-preprocessing.html] ( https://jorainer.github.io/xcmsTutorials/xcms-preprocessing.html ) .
4747
4848
49+ ## Citation
50+
51+ This workflow (and future versions) are deposited at
52+ [ Zenodo] ( https://zenodo.org ) . To cite this version of the tutorial:
53+
54+ Johannes Rainer and Philippine Louil. xcmsTutorials version 1.1.0: Exploring and
55+ analyzing LC-MS data with Spectra and xcms. Zenodo, May
56+ 13, 2024. https://doi.org/10.5281/zenodo.11185521 .
57+
58+
4959## Installation
5060
5161The workshop files along with an R runtime environment including all required
Original file line number Diff line number Diff line change 1+ citHeader("To cite this workflow:")
2+
3+ citEntry(entry = "Manual",
4+ title = "xcmsTutorials: Exploring and analyzing LC-MS data with Spectra and xcms",
5+ author = personList(
6+ person(given = "Johannes", family = "Rainer"),
7+ person(given = "Philippine", family = "Louail")
8+ ),
9+ publisher = "Zenodo",
10+ year = "2024",
11+ month = "may",
12+ version = "v1.1.0",
13+ doi = "10.5281/zenodo.11185521",
14+ url = "https://doi.org/10.5281/zenodo.11185521",
15+ textVersion = paste0("Johannes Rainer, & Philippine Louail. (2024). ",
16+ "xcmsTutorials version 1.1.0: Exploring and ",
17+ "analyzing LC-MS data with Spectra and xcms. ",
18+ "Zenodo. https://doi.org/10.5281/zenodo.11185521")
19+ )
You can’t perform that action at this time.
0 commit comments