-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
51 lines (51 loc) · 1.35 KB
/
Copy pathDESCRIPTION
File metadata and controls
51 lines (51 loc) · 1.35 KB
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
Package: ezGenomeTracks
Title: A ggplot2-based R package for plotting genome browser tracks easily.
Version: 0.0.13
Authors@R:
person("Zepeng", "Mu", , "zmu@broadinstitute.org", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7717-3247"))
Description: A package for creating genome browser-style visualizations using ggplot2 and aplot.
Provides custom geoms for genomic data types including signal tracks, peaks, gene models,
interaction arcs, and Hi-C contact matrices. Supports stacked track visualization with
a common genomic coordinate system.
License: MIT + file LICENSE
URL: https://github.com/Zepeng-Mu/ezGenomeTracks, https://zepeng-mu.github.io/ezGenomeTracks/
BugReports: https://github.com/Zepeng-Mu/ezGenomeTracks/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
ggplot2,
aplot,
rtracklayer,
GenomicRanges,
IRanges,
S4Vectors,
methods,
dplyr,
rlang,
scales,
stringr,
AnnotationDbi,
GenomicFeatures
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
BiocStyle,
roxygen2,
pkgdown,
covr,
withr,
mockr,
ggrastr,
ggrepel (>= 0.9.0),
vibeColors,
BSgenome,
Biostrings
Config/testthat/edition: 3
VignetteBuilder: knitr
BiocViews: Visualization, Sequencing, HiC
Depends:
R (>= 2.10)
LazyData: true