-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
94 lines (94 loc) · 2.88 KB
/
Copy pathDESCRIPTION
File metadata and controls
94 lines (94 loc) · 2.88 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Package: TraRe
Title: Transcriptional Rewiring
Version: 0.99.0
URL: https://github.com/ubioinformat/TraRe/tree/master
Authors@R:
c(person(given = "Jesus",
family = "de la Fuente Cedeno",
role = c("aut", "cre","cph"),
email = "jdlfuentec@gmail.com",
comment = c(ORCID = "0000-0003-1856-2469")),
person(given = "Mikel",
family = "Hernaez",
role = c("aut", "cph","ths"),
email = "mhernaez@unav.es",
comment = c(ORCID = "0000-0003-0443-2305")),
person(given = "Charles",
family = "Blatti",
role = c("aut", "cph"),
email = "blatti@illinois.edu",
comment = c(ORCID = "0000-0002-4683-6271")),
person(given = "Zikun",
family = "",
role = c("ctb"),
email = "",
comment = c(ORCID = "0000-0002-9933-9658")),
person(given="Irene",
family = "Marin Goni",
role = c("aut"),
email = "imarin.4@alumni.unav.es",
comment = c(ORCID = "0000-0002-5060-0712")))
Description: TraRe (Transcriptional Rewiring) is an R package which contains the necessary tools to carry out several functions.
Identification of module-based gene regulatory networks (GRN); score-based classification of these modules via
a rewiring test; visualization of rewired modules to analyze condition-based GRN deregulation and drop out genes
recovering via cliques methodology. For each tool, an html report can be generated containing useful information about
the generated GRN and statistical data about the performed tests. These tools have been developed considering sequenced data (RNA-seq).
Depends:
R (>= 4.0)
Imports:
hash,
ggplot2,
stats,
methods,
igraph,
utils,
glmnet,
grDevices,
gplots,
gtools,
pvclust,
R.utils,
dqrng,
SummarizedExperiment,
matrixStats,
BiocParallel,
scales,
vioplot,
viridis
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: False
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
biocViews: GeneRegulation, RNASeq, GraphAndNetwork, Bayesian, GeneTarget, Classification
NeedsCompilation: yes
Suggests:
knitr,
rmarkdown,
BiocGenerics,
RUnit,
BiocStyle
VignetteBuilder: knitr
PackageStatus: Deprecated
Collate:
'cliques_generatecliques.R'
'compute_KL.R'
'html_from_graph.R'
'linker_html_summary.R'
'linker_html_summary_functions.R'
'linker_runlinker.R'
'linker_runlinkernet.R'
'linker_runphaseone.R'
'linker_runphasetwo.R'
'plot_functions.R'
'preprocessing.R'
'rewiring_create_module_summary.R'
'rewiring_gene_level.R'
'rewiring_html_summary.R'
'rewiring_html_summary_functions.R'
'rewiring_preparerewiring.R'
'rewiring_regulon_level.R'
'rewiring_runrewiring.R'
'rewiring_stats_functions.R'
'vbsr.R'
'zzz.R'