-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.11 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
Package: coxpresdbr
Title: Parses and Summarises Data from coxpresdb.jp
Version: 0.0.0.9001
Authors@R: person(
"Russ", "Hyde", email = "[email protected]",
role = c("aut", "cre")
)
Description: Parses and summarises data from coxpresdb.jp. Identifies genes
that are highly correlated with a given gene across a range of datasets.
Identifies enrichment of gene-partners in differentially expressed gene
sets, or with respect to directionality of fold-change.
Depends: R (>= 3.3)
License: GPL-3 + file LICENSE
Encoding: UTF-8
URL: https://github.com/russHyde/coxpresdbr
BugReports: https://github.com/russHyde/coxpresdbr/issues
LazyData: true
RoxygenNote: 6.1.1
Suggests:
testthat (>= 2.1.0),
lintr,
covr
Imports:
tibble,
data.table (>= 1.11.6),
magrittr,
dplyr,
methods,
R.utils,
igraph,
tidygraph,
rlang,
purrr,
ppcor
Collate:
'compute_cor.R'
'coxpresdbr_CoxpresDbAccessor.R'
'coxpresdbr_data_validity.R'
'coxpresdbr_CoxpresDbPartners.R'
'coxpresdbr_io.R'
'coxpresdbr_parse.R'
'coxpresdbr_stats.R'
'coxpresdbr_workflows.R'