-
Notifications
You must be signed in to change notification settings - Fork 26
/
CITATION.cff
117 lines (115 loc) · 3.59 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# --------------------------------------------
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# --------------------------------------------
cff-version: 1.2.0
message: 'To cite package "MALDIquant" in publications use:'
type: software
license: GPL-3.0-or-later
title: 'MALDIquant: Quantitative Analysis of Mass Spectrometry Data'
version: 1.22.3
doi: 10.1093/bioinformatics/bts447
identifiers:
- type: doi
value: 10.32614/CRAN.package.MALDIquant
- type: url
value: https://github.com/sgibb/MALDIquant/
abstract: A complete analysis pipeline for matrix-assisted laser desorption/ionization-time-of-flight
(MALDI-TOF) and other two-dimensional mass spectrometry data. In addition to commonly
used plotting and processing methods it includes distinctive features, namely baseline
subtraction methods such as morphological filters (TopHat) or the statistics-sensitive
non-linear iterative peak-clipping algorithm (SNIP), peak alignment using warping
functions, handling of replicated measurements as well as allowing spectra with
different resolutions.
authors:
- family-names: Gibb
given-names: Sebastian
email: [email protected]
orcid: https://orcid.org/0000-0001-7406-4443
preferred-citation:
type: article
title: 'MALDIquant: a versatile R package for the analysis of mass spectrometry
data'
authors:
- family-names: Gibb
given-names: Sebastian
email: [email protected]
orcid: https://orcid.org/0000-0001-7406-4443
- family-names: Strimmer
given-names: Korbinian
volume: '28'
issue: '17'
year: '2012'
doi: 10.1093/bioinformatics/bts447
journal: Bioinformatics
publisher:
name: Oxford University Press
start: '2270'
end: '2271'
repository: https://CRAN.R-project.org/package=MALDIquant
repository-code: https://github.com/sgibb/MALDIquant/issues/
url: https://strimmerlab.github.io/software/maldiquant/
date-released: '2024-08-19'
contact:
- family-names: Gibb
given-names: Sebastian
email: [email protected]
orcid: https://orcid.org/0000-0001-7406-4443
references:
- type: software
title: 'R: A Language and Environment for Statistical Computing'
notes: Depends
url: https://www.R-project.org/
authors:
- name: R Core Team
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2024'
version: '>= 4.0.0'
- type: software
title: methods
abstract: 'R: A Language and Environment for Statistical Computing'
notes: Depends
authors:
- name: R Core Team
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2024'
- type: software
title: parallel
abstract: 'R: A Language and Environment for Statistical Computing'
notes: Imports
authors:
- name: R Core Team
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2024'
- type: software
title: knitr
abstract: 'knitr: A General-Purpose Package for Dynamic Report Generation in R'
notes: Suggests
url: https://yihui.org/knitr/
repository: https://CRAN.R-project.org/package=knitr
authors:
- family-names: Xie
given-names: Yihui
email: [email protected]
orcid: https://orcid.org/0000-0003-0645-5666
year: '2024'
doi: 10.32614/CRAN.package.knitr
- type: software
title: testthat
abstract: 'testthat: Unit Testing for R'
notes: Suggests
url: https://testthat.r-lib.org
repository: https://CRAN.R-project.org/package=testthat
authors:
- family-names: Wickham
given-names: Hadley
email: [email protected]
year: '2024'
doi: 10.32614/CRAN.package.testthat
version: '>= 0.8'