Diff of /DESCRIPTION [000000] .. [13df9a]

Switch to unified view

a b/DESCRIPTION
1
Package: MetaNet
2
Type: Package
3
Title: Network Analysis for Omics Data
4
Version: 0.2.5
5
Authors@R:
6
    person("Chen", "Peng", email ="pengchen2001@zju.edu.cn", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9449-7606"))
7
Description: Comprehensive network analysis package.
8
    Calculate correlation network fastly, accelerate lots of analysis by parallel computing.
9
    Support for multi-omics data, search sub-nets fluently.
10
    Handle bigger data, more than 10,000 nodes in each omics.
11
    Offer various layout method for multi-omics network and some interfaces to other software ('Gephi', 'Cytoscape', 'ggplot2'), easy to visualize.
12
    Provide comprehensive topology indexes calculation, including ecological network stability.
13
License: GPL-3
14
Encoding: UTF-8
15
Roxygen: list(markdown = TRUE)
16
RoxygenNote: 7.2.3
17
Depends: 
18
    R (>= 4.1.0),
19
    igraph (>= 1.3.5)
20
LazyData: true
21
Imports: 
22
    graphics,
23
    dplyr,
24
    ggplot2 (>= 3.2.0),
25
    ggnewscale,
26
    ggrepel,
27
    grDevices,
28
    magrittr,
29
    reshape2,
30
    stats,
31
    tibble,
32
    utils,
33
    pcutils (>= 0.2.6),
34
    rlang
35
Suggests:
36
    pheatmap,
37
    vegan,
38
    stringr,
39
    foreach,
40
    doSNOW,
41
    snow,
42
    knitr,
43
    rmarkdown,
44
    prettydoc,
45
    Hmisc,
46
    gifski,
47
    ggraph,
48
    networkD3,
49
    ggpmisc,
50
    ggtree,
51
    treeio,
52
    circlize,
53
    jsonify,
54
    ggpubr,
55
    corrplot,
56
    philentropy,
57
    spatstat.random,
58
    spatstat.geom,
59
    sf
60
VignetteBuilder: knitr
61
BugReports: https://github.com/Asa12138/MetaNet/issues
62
URL: https://github.com/Asa12138/MetaNet
63
ByteCompile: true
64
biocViews: DataImport, Network analysis, Omics, Software, Visualization