-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
61 lines (61 loc) · 1.63 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
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
Package: correlationAnalyzeR
Type: Package
Title: Generate Novel Insights from Gene Correlation Data
Date: 2021-03-29
Version: 1.0.0
Authors@R: person("Henry", "Miller", email = "[email protected]",
role = c("aut", "cre"))
Description: Correlation AnalyzeR is a powerful tool for understanding how genes
relate to eachother based on the world's largest repository of standardized
RNA-Seq data, ARCHS4 [https://amp.pharm.mssm.edu/archs4/index.html]. In
'single-gene' mode, correlation data for genes of interest are used to
return correlated pathways by GSEA.In 'Gene vs gene' mode, the differences
between two genes of interest are elucidated based on their
co-expression correlations. In 'Gene vs gene list' mode, a user can
examine how a primary gene of interest correlates with a defined list of
other genes. Finally, 'Topology' mode examines correlation data for a
defined gene group to generate a robust gene-level topology.
Depends: R (>= 3.6)
License: MIT
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Suggests: knitr, rmarkdown, EnsDb.Hsapiens.v86, airway, tidyverse
RoxygenNote: 7.1.1
Imports:
shiny,
clusterProfiler,
ggplot2,
ggpubr,
data.table,
gridExtra,
grid,
dplyr,
tidyr,
tibble,
gplots,
RColorBrewer,
fgsea,
parallel,
SummarizedExperiment,
WGCNA,
ggplotify,
pool,
DESeq2,
ggrepel,
stringr,
matrixStats,
metaMA,
msigdbr (>= 7.2.1),
pheatmap,
preprocessCore,
enrichplot,
boot,
SuperExactTest,
Rtsne,
RMySQL,
DBI,
rlang,
grDevices,
stats,
utils