Diff of /DESCRIPTION [000000] .. [3bfed4]

Switch to unified view

a b/DESCRIPTION
1
Package: INDEED
2
Title: Interactive Visualization of Integrated Differential Expression and Differential Network Analysis for Biomarker Candidate Selection
3
Version: 2.3.1
4
Author: Yiming Zuo <yimingzuo@gmail.com>, Kian Ghaffari <kg.ghaffari@gmail.com>
5
Maintainer: Yiming Zuo <yimingzuo@gmail.com>, Habtom Ressom <hwr@georgetown.edu>
6
Description: An R package for integrated differential expression and differential network analysis based on omic data for cancer biomarker discovery. Both correlation and partial correlation can be used to generate differential network to aid the traditional differential expression analysis to identify changes between biomolecules on both their expression and pairwise association levels. A detailed description of the methodology has been published in Methods journal (PMID: 27592383). An interactive visualization feature allows for the exploration and selection of candidate biomarkers. 
7
License: MIT + file LICENSE
8
URL: http://github.com/ressomlab/INDEED
9
BugReports: http://github.com/ressomlab/INDEED/issues
10
Encoding: UTF-8
11
LazyData: true
12
RoxygenNote: 7.1.1
13
Depends: glasso (>= 1.8),
14
    R (>= 3.5)
15
Imports: devtools (>= 1.13.0),
16
    graphics (>= 3.3.1),
17
    stats (>= 3.3.1),
18
    utils (>= 3.3.1),
19
    igraph (>= 1.2.4),
20
    visNetwork(>= 2.0.6)
21
Suggests: knitr (>= 1.19),
22
    rmarkdown (>= 1.8),
23
    testthat (>= 2.0.0)
24
VignetteBuilder: knitr
25
biocViews: ImmunoOncology, 
26
    Software,
27
    ResearchField,
28
    BiologicalQuestion,
29
    StatisticalMethod,
30
    DifferentialExpression,
31
    MassSpectrometry,
32
    Metabolomics