-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathDESCRIPTION
More file actions
64 lines (64 loc) · 1.57 KB
/
DESCRIPTION
File metadata and controls
64 lines (64 loc) · 1.57 KB
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
Package: MetaNet
Type: Package
Title: Network Analysis for Omics Data
Version: 0.3.1
Authors@R:
person("Chen", "Peng", email ="bfzede@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9449-7606"))
Description: Comprehensive network analysis package.
Calculate correlation network fastly, accelerate lots of analysis by parallel computing.
Support for multi-omics data, search sub-nets fluently.
Handle bigger data, more than 10,000 nodes in each omics.
Offer various layout method for multi-omics network and some interfaces to other software ('Gephi', 'Cytoscape', 'ggplot2'), easy to visualize.
Provide comprehensive topology indexes calculation, including ecological network stability.
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.1.0),
igraph (>= 1.3.5)
LazyData: true
Imports:
graphics,
dplyr,
ggplot2 (>= 3.2.0),
ggnewscale,
ggrepel,
grDevices,
magrittr,
reshape2,
stats,
tibble,
utils,
pcutils (>= 0.2.7),
rlang
Suggests:
pheatmap,
vegan,
stringr,
foreach,
doSNOW,
snow,
knitr,
rmarkdown,
prettydoc,
Hmisc,
gifski,
ggraph,
networkD3,
ggpmisc,
ggtree,
treeio,
circlize,
jsonify,
ggpubr,
corrplot,
philentropy,
spatstat.random,
spatstat.geom,
sf
VignetteBuilder: knitr
BugReports: https://github.com/Asa12138/MetaNet/issues
URL: https://github.com/Asa12138/MetaNet
ByteCompile: true
biocViews: DataImport, Network analysis, Omics, Software, Visualization