-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
41 lines (41 loc) · 975 Bytes
/
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
Package: gcapc
Title: GC Aware Peak Caller
Version: 1.3.0
Author: Mingxiang Teng and Rafael A. Irizarry
Maintainer: Mingxiang Teng <tengmx@gmail.com>
Description: Peak calling for ChIP-seq data with
consideration of potential GC bias in sequencing
reads. GC bias is first estimated with generalized
linear mixture models using effective GC strategy,
then applied into peak significance estimation.
Depends:
R (>= 3.4)
Imports:
BiocGenerics,
GenomeInfoDb,
S4Vectors,
IRanges,
Biostrings,
BSgenome,
GenomicRanges,
Rsamtools,
GenomicAlignments,
matrixStats,
MASS,
splines,
grDevices,
graphics,
stats,
methods
VignetteBuilder: knitr
Suggests:
BiocStyle,
knitr,
rmarkdown,
BSgenome.Hsapiens.UCSC.hg19,
BSgenome.Mmusculus.UCSC.mm10
URL: https://github.com/tengmx/gcapc
License: GPL-3
LazyData: true
biocViews: Sequencing, ChIPSeq, BatchEffect, PeakDetection
RoxygenNote: 6.0.1