-
Notifications
You must be signed in to change notification settings - Fork 26
/
codemeta.json
148 lines (148 loc) · 4.85 KB
/
codemeta.json
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "MALDIquant",
"description": "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.",
"name": "MALDIquant: Quantitative Analysis of Mass Spectrometry Data",
"relatedLink": "https://strimmerlab.github.io/software/maldiquant/",
"codeRepository": "https://github.com/sgibb/MALDIquant/",
"issueTracker": "https://github.com/sgibb/MALDIquant/issues/",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "1.22.3",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R Under development (unstable) (2024-08-19 r87028)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Sebastian",
"familyName": "Gibb",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-7406-4443"
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Sigurdur",
"familyName": "Smarason"
},
{
"@type": "Person",
"givenName": "Laurent",
"familyName": "Gatto",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-1520-2268"
},
{
"@type": "Person",
"givenName": "Paolo",
"familyName": "Inglese"
},
{
"@type": "Person",
"givenName": "Korbinian",
"familyName": "Strimmer",
"@id": "https://orcid.org/0000-0001-7917-2056"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Sebastian",
"familyName": "Gibb",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-7406-4443"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"version": ">= 0.8",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 4.0.0"
},
"2": {
"@type": "SoftwareApplication",
"identifier": "methods",
"name": "methods"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "parallel",
"name": "parallel"
},
"SystemRequirements": null
},
"fileSize": "1391.22KB",
"citation": [
{
"@type": "ScholarlyArticle",
"datePublished": "2012",
"author": [
{
"@type": "Person",
"givenName": "Sebastian",
"familyName": "Gibb",
"email": "[email protected]"
}
],
"name": "{MALDI}quant: a versatile {R} package for the analysis of mass spectrometry data",
"identifier": "10.1093/bioinformatics/bts447",
"pagination": "2270--2271",
"@id": "https://doi.org/10.1093/bioinformatics/bts447",
"sameAs": "https://doi.org/10.1093/bioinformatics/bts447",
"isPartOf": {
"@type": "PublicationIssue",
"issueNumber": "17",
"datePublished": "2012",
"isPartOf": {
"@type": ["PublicationVolume", "Periodical"],
"volumeNumber": "28",
"name": "Bioinformatics"
}
}
}
],
"releaseNotes": "https://github.com/sgibb/MALDIquant/blob/master/NEWS",
"readme": "https://github.com/sgibb/MALDIquant/blob/master/README.md",
"contIntegration": ["https://github.com/sgibb/MALDIquant/actions", "https://codecov.io/github/sgibb/MALDIquant?branch=master"],
"developmentStatus": "https://www.repostatus.org/#active",
"keywords": ["r", "maldi", "mass-spectrometry", "r-package", "cran", "maldi-tof-ms", "maldi-ims"]
}