forked from Biocodings/MulEA
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcodemeta.json
438 lines (438 loc) · 14.4 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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "mulea",
"description": "Background - Traditional gene set enrichment analyses are typically limited to a few ontologies and do not account for the interdependence of gene sets or terms, resulting in overcorrected p-values. To address these challenges, we introduce mulea, an R package offering comprehensive overrepresentation and functional enrichment analysis. Results - mulea employs a progressive empirical false discovery rate (eFDR) method, specifically designed for interconnected biological data, to accurately identify significant terms within diverse ontologies. mulea expands beyond traditional tools by incorporating a wide range of ontologies, encompassing Gene Ontology, pathways, regulatory elements, genomic locations, and protein domains. This flexibility enables researchers to tailor enrichment analysis to their specific questions, such as identifying enriched transcriptional regulators in gene expression data or overrepresented protein domains in protein sets. To facilitate seamless analysis, mulea provides gene sets (in standardised GMT format) for 27 model organisms, covering 22 ontology types from 16 databases and various identifiers resulting in almost 900 files. Additionally, the muleaData ExperimentData Bioconductor package simplifies access to these pre-defined ontologies. Finally, mulea's architecture allows for easy integration of user-defined ontologies, or GMT files from external sources (e.g., MSigDB or Enrichr), expanding its applicability across diverse research areas. Conclusions - mulea is distributed as a CRAN R package. It offers researchers a powerful and flexible toolkit for functional enrichment analysis, addressing limitations of traditional tools with its progressive eFDR and by supporting a variety of ontologies. Overall, mulea fosters the exploration of diverse biological questions across various model organisms.",
"name": "mulea: Enrichment Analysis Using Multiple Ontologies and False Discovery Rate",
"codeRepository": "https://github.com/ELTEbioinformatics/mulea",
"issueTracker": "https://github.com/ELTEbioinformatics/mulea/issues",
"license": "https://spdx.org/licenses/GPL-2.0",
"version": "1.1.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.2.2 Patched (2022-11-10 r83330)",
"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": "Cezary",
"familyName": "Turek",
"@id": "https://orcid.org/0000-0002-1445-5378"
},
{
"@type": "Person",
"givenName": "Marton",
"familyName": "Olbei",
"@id": "https://orcid.org/0000-0002-4903-6237"
},
{
"@type": "Person",
"givenName": "Tamas",
"familyName": "Stirling",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-8964-6443"
},
{
"@type": "Person",
"givenName": "Gergely",
"familyName": "Fekete",
"@id": "https://orcid.org/0000-0001-9939-4860"
},
{
"@type": "Person",
"givenName": "Ervin",
"familyName": "Tasnadi",
"@id": "https://orcid.org/0000-0002-4713-5397"
},
{
"@type": "Person",
"givenName": "Leila",
"familyName": "Gul"
},
{
"@type": "Person",
"givenName": "Balazs",
"familyName": "Bohar",
"@id": "https://orcid.org/0000-0002-3033-5448"
},
{
"@type": "Person",
"givenName": "Balazs",
"familyName": "Papp",
"@id": "https://orcid.org/0000-0003-3093-8852"
},
{
"@type": "Person",
"givenName": "Wiktor",
"familyName": "Jurkowski",
"@id": "https://orcid.org/0000-0002-7820-1991"
},
{
"@type": "Person",
"givenName": "Eszter",
"familyName": "Ari",
"@id": "https://orcid.org/0000-0001-7774-1067"
}
],
"copyrightHolder": [
{
"@type": "Person",
"givenName": "Eszter",
"familyName": "Ari",
"@id": "https://orcid.org/0000-0001-7774-1067"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Tamas",
"familyName": "Stirling",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0002-8964-6443"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "devtools",
"name": "devtools",
"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=devtools"
},
{
"@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": "rmarkdown",
"name": "rmarkdown",
"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=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
"name": "testthat",
"version": ">= 3.1.4",
"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": "data.table",
"name": "data.table",
"version": ">= 1.13.0",
"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=data.table"
},
"3": {
"@type": "SoftwareApplication",
"identifier": "dplyr",
"name": "dplyr",
"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=dplyr"
},
"4": {
"@type": "SoftwareApplication",
"identifier": "fgsea",
"name": "fgsea",
"version": ">= 1.0.2",
"provider": {
"@id": "https://www.bioconductor.org",
"@type": "Organization",
"name": "Bioconductor",
"url": "https://www.bioconductor.org"
},
"sameAs": "https://bioconductor.org/packages/release/bioc/html/fgsea.html"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "ggplot2",
"name": "ggplot2",
"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=ggplot2"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "ggraph",
"name": "ggraph",
"version": ">= 2.0.3",
"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=ggraph"
},
"7": {
"@type": "SoftwareApplication",
"identifier": "magrittr",
"name": "magrittr",
"version": ">= 2.0.3",
"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=magrittr"
},
"8": {
"@type": "SoftwareApplication",
"identifier": "methods",
"name": "methods"
},
"9": {
"@type": "SoftwareApplication",
"identifier": "parallel",
"name": "parallel",
"version": ">= 4.0.2"
},
"10": {
"@type": "SoftwareApplication",
"identifier": "plyr",
"name": "plyr",
"version": ">= 1.8.4",
"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=plyr"
},
"11": {
"@type": "SoftwareApplication",
"identifier": "Rcpp",
"name": "Rcpp",
"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=Rcpp"
},
"12": {
"@type": "SoftwareApplication",
"identifier": "readr",
"name": "readr",
"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=readr"
},
"13": {
"@type": "SoftwareApplication",
"identifier": "rlang",
"name": "rlang",
"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=rlang"
},
"14": {
"@type": "SoftwareApplication",
"identifier": "scales",
"name": "scales",
"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=scales"
},
"15": {
"@type": "SoftwareApplication",
"identifier": "stats",
"name": "stats"
},
"16": {
"@type": "SoftwareApplication",
"identifier": "stringi",
"name": "stringi",
"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=stringi"
},
"17": {
"@type": "SoftwareApplication",
"identifier": "tibble",
"name": "tibble",
"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=tibble"
},
"18": {
"@type": "SoftwareApplication",
"identifier": "tidygraph",
"name": "tidygraph",
"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=tidygraph"
},
"19": {
"@type": "SoftwareApplication",
"identifier": "tidyverse",
"name": "tidyverse",
"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=tidyverse"
},
"SystemRequirements": null
},
"fileSize": "6767.184KB",
"citation": [
{
"@type": "ScholarlyArticle",
"datePublished": "2024",
"author": [
{
"@type": "Person",
"givenName": "Cezary",
"familyName": "Turek"
},
{
"@type": "Person",
"givenName": "Marton",
"familyName": "Olbei"
},
{
"@type": "Person",
"givenName": "Tamas",
"familyName": "Stirling"
},
{
"@type": "Person",
"givenName": "Gergely",
"familyName": "Fekete"
},
{
"@type": "Person",
"givenName": "Ervin",
"familyName": "Tasnadi"
},
{
"@type": "Person",
"givenName": "Leila",
"familyName": "Gul"
},
{
"@type": "Person",
"givenName": "Balazs",
"familyName": "Bohar"
},
{
"@type": "Person",
"givenName": "Balazs",
"familyName": "Papp"
},
{
"@type": "Person",
"givenName": "Wiktor",
"familyName": "Jurkowski"
},
{
"@type": "Person",
"givenName": "Eszter",
"familyName": "Ari"
}
],
"name": "mulea - an R package for enrichment analysis using multiple \n ontologies and empirical false discovery rate.",
"url": "https://doi.org/10.1186/s12859-024-05948-7",
"pagination": "334",
"isPartOf": {
"@type": "PublicationIssue",
"issueNumber": "1",
"datePublished": "2024",
"isPartOf": {
"@type": ["PublicationVolume", "Periodical"],
"volumeNumber": "25",
"name": "BMC Bioinformatics"
}
}
}
],
"releaseNotes": "https://github.com/ELTEbioinformatics/mulea/blob/master/NEWS.md",
"readme": "https://github.com/ELTEbioinformatics/mulea/blob/master/README.md",
"keywords": ["bioconductor-package", "enrichment", "enrichment-analysis", "functional-enrichment-analysis", "gene-set-enrichment", "ontologies", "r-package", "transcriptomics"]
}