-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
61 lines (61 loc) · 1.49 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
Package: MiniChip
Title: MiniChip
Version: 0.0.0.9600
Authors@R:
person(given = "Michaela",
family = "Schwaiger",
role = c("aut", "cre"),
email = "[email protected]")
Description: This package helps with ChIPseq or CLIPseq data analysis. You can use it to generate GC bias plots for your ChIPseq enrichments,shuffle peaks (or any other GRanges object) in the genome,
generate multiple sorted heatmaps of ChIPseq reads or genomic annotations (eg promoters) around peak summits (or the center of any other any GRanges object) or metaplots (cumulative plots) of
enrichments around peak summits, and find motifs under peak summits.Calculating the (Input-normalized) number of reads under peaks is also possible.
License: GPL-2
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
GenomicRanges
Imports:
ComplexHeatmap,
circlize,
Rsubread,
grid,
grDevices,
IRanges,
ggplot2,
BSgenome,
BSgenome.Mmusculus.UCSC.mm10,
Biostrings,
plyr,
reshape2,
GenomicFeatures,
tidyr,
tidyselect,
SummarizedExperiment,
csaw,
viridis,
parallel,
rtracklayer,
stringr,
dplyr,
AnnotationDbi,
KernSmooth,
Cairo,
rlang,
data.table,
TxDb.Mmusculus.UCSC.mm10.ensGene,
EnsDb.Mmusculus.v79,
edgeR,
limma,
stats,
QuasR,
zoo,
cowplot,
patchwork,
S4Vectors
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr