-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 947 Bytes
/
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
Package: mND
Type: Package
Title: Gene relevance based on multiple evidences in complex networks
Version: 2.0
Date: 2024-04-09
Authors@R:
c(person(given = "Noemi",
family = "Di Nanni",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = " 0000-0002-6399-321X")),
person(given = "Ettore",
family = "Mosca",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3102-5150"))
)
Maintainer: Ettore Mosca <[email protected]>
Description: Network analysis of multi-omics data by means of mult-layer network diffusion (mND).
License: GPL (>=2)
LazyData: true
Depends: R (>= 3.5)
Imports: Matrix, BiocParallel, NPATools, grDevices, graphics, igraph, dmfind
RoxygenNote: 7.2.3
Suggests: knitr, rmarkdown, devtools
VignetteBuilder: knitr
NeedsCompilation: no
Encoding: UTF-8