-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.49 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
Package: CIE
Title: Causal Inference and Directional Enrichment Methods on Biological Networks
Version: 1.0.0.0
Authors@R: c(person("Corey", "O'Connor", email = "[email protected]", role = c("aut", "cre")), person("Kourosh", "Zarringhalam", email = "[email protected]", role = "aut"), person("Saman", "Farahmand", email = "[email protected]", role = "aut"), person("Argenis", "Arriojas Maldonado", email="[email protected]", role = "aut"),person("Yasaman", "Rezvani", email="[email protected]", role = "aut"))
Description: This package allows for idenfiication of causual regulators responsible for gene expression differences observed through RNA-seq. The user provides differential gene expression data and selects a database. Enrichment is then performed to identify the key regulators. We also support pathway enrichment on these regulators through Reactome and visualization of these regulators.
License: GNU General Public License, Version 3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.4.3),
QuaternaryProd,
fdrtool,
dplyr,
doParallel,
parallel,
multidplyr (>= 0.0.0.9000),
rjson,
RColorBrewer,
readr,
org.Hs.eg.db,
GenomicRanges
Imports:
DT,
shiny,
shinycssloaders,
shinyjs,
utils,
stringr
Suggests:
rcytoscapejs
Remotes:
bioc::3.6/QuaternaryProd,
bioc::3.6/GenomicRanges,
github::hadley/multidplyr
Maintaner: Corey O'Connor <[email protected]>
RoxygenNote: 6.1.1