-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
69 lines (69 loc) · 1.85 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
67
68
69
Package: MetClassNetR
Title: Create and analize networks built from metabolomics Data
Version: 0.0.0.92
Authors@R: c(
person(given = "Steffen", family = "Neumann",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7899-7192")),
person(given = "Michael", family = "Witting",
email = "[email protected]",
role = "ctb"),
person(given = "Liesa", family = "Salzer",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0003-0761-0656")),
person(given = "Elva Maria", family = "Novoa-del-Toro",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-6135-5839")),
person(given = "Sarah", family = "Scharfenberg",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0001-9616-3493"))
)
Maintainer: Steffen Neumann <[email protected]>
Description: MetClassNetR collects a tool set for integrating metabolomics data as a network system.
BiocViews: MassSpectrometry
Depends:
R (>= 3.5.0),
igraph (>= 1.3.0),
MsCoreUtils,
mpmi,
QFeatures
Imports:
ggplot2,
methods,
MetNet (>= 1.14.0),
MSnbase,
MsBackendMgf,
QFeatures,
plyr,
RCy3,
readr,
Spectra,
UpSetR,
dplyr,
stringr
Suggests:
BiocStyle (>= 2.5.19),
ggrepel,
grid,
knitr (>= 1.1.0),
rmarkdown,
roxygen2,
testthat,
tidyverse,
ggraph,
VennDiagram,
ontologyIndex,
rcdk
Remotes:
sneumann/MsBackendMsp,
aberHRML/classyfireR,
CDK-R/rinchi,
blosloos/nontarget
License: Artistic-2.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3