-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
52 lines (52 loc) · 1.32 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
Package: motifTestR
Title: Perform key tests for binding motifs in sequence data
Version: 1.3.1
Authors@R: person("Stevie", "Pederson",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8197-3303")
)
Description: Taking a set of sequence motifs as PWMs, test a set of sequences
for over-representation of these motifs, as well as any positional features
within the set of motifs. Enrichment analysis can be undertaken using multiple
statistical approaches. The package also contains core functions to prepare
data for analysis, and to visualise results.
License: GPL-3
Encoding: UTF-8
URL: https://github.com/smped/motifTestR
BugReports: https://github.com/smped/motifTestR/issues
Depends:
Biostrings,
GenomicRanges,
ggplot2 (>= 3.5.0),
R (>= 4.3.0),
Imports:
GenomeInfoDb,
graphics,
harmonicmeanp,
IRanges,
matrixStats,
methods,
parallel,
patchwork,
rlang,
S4Vectors,
stats,
universalmotif
Suggests:
AnnotationHub,
BiocStyle,
BSgenome.Hsapiens.UCSC.hg19,
extraChIPs,
ggdendro,
knitr,
MotifDb,
rmarkdown,
rtracklayer,
testthat (>= 3.0.0)
biocViews: MotifAnnotation, ChIPSeq, ChipOnChip, SequenceMatching, Software
LazyData: false
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
VignetteBuilder: knitr