generated from neurogenomics/templateR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
94 lines (94 loc) · 2.68 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Type: Package
Package: MotifPeeker
Title: Benchmarking Epigenomic Profiling Methods Using Motif Enrichment
Version: 0.99.13
Authors@R: c(
person(given = "Hiranyamaya",
family = "Dash",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0009-0005-5514-505X")),
person(given = "Thomas",
family = "Roberts",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0009-0006-6244-8670")),
person(given = "Maria",
family = "Weinert",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6187-1000")),
person(given = "Nathan",
family = "Skene",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6807-3180"))
)
Description: MotifPeeker is used to compare and analyse datasets from
epigenomic profiling methods with motif enrichment as the key
benchmark. The package outputs an HTML report consisting of three
sections: (1. General Metrics) Overview of peaks-related general
metrics for the datasets (FRiP scores, peak widths and motif-summit
distances). (2. Known Motif Enrichment Analysis) Statistics for the
frequency of user-provided motifs enriched in the datasets. (3.
De-Novo Motif Enrichment Analysis) Statistics for the frequency of
de-novo discovered motifs enriched in the datasets and compared with
known motifs.
License: GPL (>= 3)
URL: https://github.com/neurogenomics/MotifPeeker
BugReports: https://github.com/neurogenomics/MotifPeeker/issues
Depends:
R (>= 4.4.0)
Imports:
BiocFileCache,
BiocParallel,
DT,
ggplot2,
plotly,
universalmotif,
GenomicRanges,
IRanges,
rtracklayer,
tools,
htmltools,
rmarkdown,
viridis,
SummarizedExperiment,
htmlwidgets,
Rsamtools,
GenomicAlignments,
GenomeInfoDb,
Biostrings,
BSgenome,
memes,
S4Vectors,
dplyr,
purrr,
tidyr,
heatmaply,
stats,
utils
Suggests:
BSgenome.Hsapiens.UCSC.hg19,
BSgenome.Hsapiens.UCSC.hg38,
downloadthis,
knitr,
markdown,
methods,
remotes,
rworkflows,
testthat (>= 3.0.0),
withr,
emoji,
curl,
jsonlite
VignetteBuilder:
knitr
biocViews: Epigenetics, Genetics, QualityControl, ChIPSeq,
MultipleComparison, FunctionalGenomics, MotifDiscovery,
SequenceMatching, Software, Alignment
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: FALSE
RoxygenNote: 7.3.2
SystemRequirements: MEME Suite (v5.3.3 or above) <http://meme-suite.org/doc/download.html>