-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
60 lines (60 loc) · 1.61 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
Package: integratedchipseqanalysisworkshop
Title: Integrated ChIP-seq analysis workshop
Version: 0.1.2
Authors@R:
c(person(given = "Kai",
family = "Hu",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Jianhong",
family = "Ou",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8652-2488")),
person(given = "Haibo",
family = "Liu",
role = c("aut"),
email = "[email protected]"),
person(given = "Lihua Julie",
family = "Zhu",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7416-0590"))
)
Description: This package discusses the current best practices for ChIP-seq analysis with R packages.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Depends:
Biobase
Suggests:
Rcpp,
GO.db,
reactome.db,
EnsDb.Hsapiens.v75,
TxDb.Hsapiens.UCSC.hg19.knownGene,
BSgenome.Hsapiens.UCSC.hg19,
org.Hs.eg.db,
trackViewer,
ChIPpeakAnno,
motifStack,
biomaRt,
AnnotationHub,
UpSetR,
seqinr,
motifStack,
WriteXLS,
rtracklayer,
knitr,
rmarkdown,
pkgdown,
bookdown,
pander,
GenomicFeatures,
org.Mm.eg.db
URL: https://hukai916.github.io/IntegratedChIPseqWorkshop/
BugReports: https://github.com/hukai916/IntegratedChIPseqWorkshop/issues/new/choose
VignetteBuilder: knitr
DockerImage: hukai916/integratedchipseqanalysis_workshop:latest