-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.14 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
Package: cRegulome
Type: Package
Version: 0.3.2
Title: Obtain and Visualize Regulome-Gene Expression Correlations in Cancer
Description: Builds a 'SQLite' database file of pre-calculated transcription
factor/microRNA-gene correlations (co-expression) in cancer from the
Cistrome Cancer Liu et al. (2011) <doi:10.1186/gb-2011-12-8-r83> and
'miRCancerdb' databases (in press). Provides custom classes and functions
to query, tidy and plot the correlation data.
License: GPL-3
Authors@R: person("Mahmoud", "Ahmed",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4377-6541"))
URL: https://docs.ropensci.org/cRegulome, https://github.com/ropensci/cRegulome
BugReports: https://github.com/ropensci/cRegulome/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Depends: R(>= 2.10.0)
Imports: DBI,
graphics,
httr,
RSQLite,
UpSetR,
VennDiagram,
ggplot2,
ggridges,
grid,
R.utils,
igraph
VignetteBuilder: knitr
Suggests: knitr,
rmarkdown,
testthat,
covr,
readxl,
AnnotationDbi,
org.Hs.eg.db,
clusterProfiler