-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.38 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
Package: bisplotti
Type: Package
Title: Plotting package for bisulfite sequencing data
Description: Bisplotti is primarily a plotting focused package for bisulfite and
bisulfite-like (e.g., EM-seq) sequencing and array data. The main goal
is to provide commonly used plotting and directed analyses for these
data types and will be evolving over time. If there are specific types
of plots that you, as a user, would like to see or have functions to
generate the plots you use on a regular basis, please consider opening
either a pull request or an issue.
Version: 0.0.19
Date: 2023-03-08
Authors@R: c(person("Hui", "Shen", role = c("aut")),
person("Wanding", "Zhou", role = c("aut")),
person("Ben", "Johnson", role = c("aut")),
person("Jacob", "Morrison", role = c("aut", "cre"),
email = "[email protected]"),
person("Ian", "Beddows", role = c("aut")),
person("James", "Eapen", role = c("aut")))
URL: https://github.com/huishenlab/bisplotti
BugReports: https://github.com/huishenlab/bisplotti/issues
License: GPL-3
Depends:
R (>= 4.1.0),
biscuiteer,
biscuiteerData,
bsseq,
ggplot2,
RColorBrewer
Imports:
Suggests:
covr,
testthat,
Rmarkdown,
Markdown,
Rang,
Roxygen2,
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr