-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathDESCRIPTION
80 lines (80 loc) · 2.89 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
Package: ChIPseeker
Type: Package
Title: ChIPseeker for ChIP peak Annotation, Comparison, and Visualization
Version: 1.43.0
Authors@R: c(
person(given = "Guangchuang", family = "Yu", email = "guangchuangyu@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6485-8781")),
person(given = "Ming", family = "Li", email = "limiang929@gmail.com", role = "ctb"),
person(given = "Qianwen", family = "Wang", email = "treywea@gmail.com", role = "ctb"),
person(given = "Yun", family = "Yan", email = "youryanyun@gmail.com", role = "ctb"),
person(given = "Hervé", family = "Pagès", email = "hpages.on.github@gmail.com", role = "ctb"),
person(given = "Michael", family = "Kluge", email = "michael.kluge@bio.ifi.lmu.de", role = "ctb"),
person(given = "Thomas", family = "Schwarzl", email = "schwarzl@embl.de", role = "ctb"),
person(given = "Zhougeng", family = "Xu", email = "xuzhougeng@163.com", role = "ctb"),
person(given = "Chun-Hui", family = "Gao", email="gaospecial@gmail.com", role = "ctb", comment=c(ORCID = "0000-0002-1445-7939"))
)
Maintainer: Guangchuang Yu <guangchuangyu@gmail.com>
Description: This package implements functions to retrieve the nearest genes
around the peak, annotate genomic region of the peak, statstical methods
for estimate the significance of overlap among ChIP peak data sets, and
incorporate GEO database for user to compare the own dataset with those
deposited in database. The comparison can be used to infer cooperative
regulation and thus can be used to generate hypotheses. Several
visualization functions are implemented to summarize the coverage of the
peak experiment, average profile and heatmap of peaks binding to TSS
regions, genomic annotation, distance to TSS, and overlap of peaks or
genes.
Depends:
R (>= 3.5.0)
Imports:
AnnotationDbi,
aplot,
BiocGenerics,
boot,
dplyr,
enrichplot,
IRanges,
GenomeInfoDb,
GenomicRanges,
GenomicFeatures,
ggplot2,
gplots,
graphics,
grDevices,
gtools,
magrittr,
methods,
plotrix,
parallel,
RColorBrewer,
rlang,
rtracklayer,
S4Vectors,
scales,
stats,
tibble,
TxDb.Hsapiens.UCSC.hg19.knownGene,
utils,
yulab.utils (>= 0.1.9)
Suggests:
clusterProfiler,
ggimage,
ggplotify,
ggupset,
ggVennDiagram,
knitr,
org.Hs.eg.db,
prettydoc,
ReactomePA,
rmarkdown,
testthat
Remotes:
GuangchuangYu/enrichplot
URL: https://yulab-smu.top/contribution-knowledge-mining/
BugReports: /~https://github.com/YuLab-SMU/ChIPseeker/issues
Encoding: UTF-8
VignetteBuilder: knitr
ByteCompile: true
License: Artistic-2.0
biocViews: Annotation, ChIPSeq, Software, Visualization, MultipleComparison
RoxygenNote: 7.3.2