-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
66 lines (66 loc) · 2.69 KB
/
DESCRIPTION
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
Package: SpectriPy
Title: Integrating Spectra with Python's matchms
Version: 0.2.1
Description: The SpectriPy package allows integration of Python-based MS
analysis code with the Spectra package. Spectra objects can be converted
into Python's matchms Spectrum objects. In addition, SpectriPy integrates
and wraps the similarity scoring and processing/filtering functions
from the matchms package into R.
Authors@R: c(person(given = "Michael", family = "Witting",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1462-4426")),
person(given = "Johannes", family = "Rainer",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6977-7147")),
person(given = "Carolin", family = "Huber",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-9355-8948")),
person(given = "Helge", family = "Hecht",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0001-6744-996X")),
person(given = "Marilyn", family = "De Graeve",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0001-6916-401X")),
person(given = "Thomas", family = "Naake",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0001-7917-5580")),
person(given = "Victor", family = "Chrone",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0009-0007-2121-4066")),
person(given = "Matthias", family = "Anagho-Mattanovich",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0001-7561-7898")))
Depends:
R (>= 4.1.0)
Imports:
Spectra (>= 1.5.8),
basilisk,
reticulate,
IRanges,
S4Vectors,
BiocParallel,
ProtGenerics,
methods
Suggests:
testthat,
knitr,
BiocStyle,
rmarkdown
License: Artistic-2.0
VignetteBuilder: knitr
BugReports: https://github.com/RforMassSpectrometry/SpectriPy/issues
URL: https://github.com/RforMassSpectrometry/SpectriPy
biocViews: Infrastructure, Metabolomics, MassSpectrometry
Encoding: UTF-8
StagedInstall: no
SystemRequirements: python (>= 3.9)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2