-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
32 lines (32 loc) · 915 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
Package: BWASPR
Title: Various R functions and scripts for the analyis of BWASP workflow output
Version: 0.0.0.9000
Authors@R: c(person("Volker", "Brendel", email = "[email protected]", role = c("aut", "cre")),
person("Shengyao", "Chen", email = "[email protected]", role = c("aut")))
Author: Volker Brendel [aut, cret],
Shengyao Chen [aut]
Maintainer: Volker Brendel <[email protected]>
Description: The BWASP workflow for BS-seq data analysis produces methylation
site files *CpGhsm.mcalls and *CpGscd.mcalls. BWASPR provides R functions
and scripts to analysis the *mcalls files.
Depends: R (>= 3.3.2)
Imports:
BiocGenerics,
dplyr,
genomation,
GenomicRanges,
ggplot2,
gplots,
grDevices,
gridExtra,
IRanges,
methylKit,
pastecs,
R.devices,
sqldf,
S4Vectors,
venneuler
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1