-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 1.02 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: target
Type: Package
Title: Predict Combined Function of Transcription Factors
Version: 1.2.0
Authors@R: person("Mahmoud", "Ahmed",
email = "[email protected]",
role = c("aut", "cre"))
Description: Implement the BETA algorithm for infering direct target
genes from DNA-binding and perturbation expression data Wang et al. (2013)
<doi: 10.1038/nprot.2013.150>. Extend the algorithm to predict the combined
function of two DNA-binding elements from comprable binding and expression
data.
URL: https://github.com/MahShaaban/target
BugReports: https://github.com/MahShaaban/target/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.6)
Imports:
BiocGenerics,
GenomicRanges,
IRanges,
matrixStats,
methods,
stats,
graphics,
shiny
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
shinytest,
shinyBS,
covr
VignetteBuilder: knitr
RoxygenNote: 6.1.1
biocViews:
Software,
StatisticalMethod,
Transcription