-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
30 lines (30 loc) · 1.41 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
Package: DMRcaller
Type: Package
Title: Differentially Methylated Regions caller
Version: 1.15.2
Date: 2019-01-18
Authors@R: c(person(given="Nicolae Radu", family="Zabet", role =
c("aut","cre"), email = "[email protected]"),
person(given="Jonathan", family="Tsang", role = "aut", email =
"[email protected]"), person(given="Alessandro", family="Greco",
role = "aut", email = "[email protected]"), person(given="Ryan",
family="Merritt", role = "aut", email = "[email protected]"))
Author: Nicolae Radu Zabet <[email protected]>, Jonathan
Michael Foonlan Tsang <[email protected]>, Alessandro
Pio Greco <[email protected]> and Ryan Merritt <[email protected]>
Maintainer: Nicolae Radu Zabet <[email protected]>
Description: Uses Bisulfite sequencing data in two conditions and
identifies differentially methylated regions between the
conditions in CG and non-CG context. The input is the CX report
files produced by Bismark and the output is a list of DMRs
stored as GRanges objects.
License: GPL-3
LazyLoad: yes
Imports: parallel, Rcpp, RcppRoll, betareg, grDevices, graphics, methods, stats,
utils
Depends: R (>= 3.5), GenomicRanges, IRanges, S4Vectors
Suggests: knitr, RUnit, BiocGenerics
biocViews: DifferentialMethylation, DNAMethylation, Software,
Sequencing, Coverage
VignetteBuilder: knitr
NeedsCompilation: no