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 1
1
Package: xcmsTutorials
2
2
Title: Exploring and Analyzing LC-MS data with Spectra and xcms
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
Authors@R: c(
5
5
person(given = "Johannes", family = "Rainer",
6
6
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.
2
6
3
7
## Changes in 1.1.1
4
8
9
13
10
14
## Changes in 1.1.0
11
15
12
- - Release the tutorial to Zenodo.
16
+ - Release the tutorial to Zenodo: https://doi.org/10.5281/zenodo.11185521
13
17
- Use Bioconductor 3.19 release docker image and packages.
14
18
- Add examples for simple quality assessment of BPC or BPS data.
15
19
- Introduce parameter ` ppm ` for ` PeakDensityParam ` correspondence analysis
16
20
method.
17
21
- Add an additional section for extraction of chromatographic or spectra data
18
22
for identified chromatographic peaks and perform isotopologue search in these.
19
23
24
+ # xcmsTutorials 1.0
25
+
20
26
## Changes in 1.0.4
21
27
22
28
- Use the Bioconductor 3.18 release docker image.
52
58
53
59
- Add requirements for ` xcms ` and ` Spectra ` packages as well as R version.
54
60
55
-
56
61
# xcmsTutorials 0.2
57
62
58
63
## Changes in xcmsTutorials 0.2.0
Original file line number Diff line number Diff line change @@ -46,6 +46,16 @@ generate the html file
46
46
[ xcms-preprocessing.html] ( https://jorainer.github.io/xcmsTutorials/xcms-preprocessing.html ) .
47
47
48
48
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
+
49
59
## Installation
50
60
51
61
The 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