generated from Bioconductor/BuildABiocWorkshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.67 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
Package: trackViewerBiocAsia2020Workshop
Title: trackViewer: Lollipop/Dandelion plots for methylation status and mutation data
Version: 0.1.4
Authors@R:
c(person(given = "Jianhong",
family = "Ou",
role = c("aut", "cre"),
email = "jianhong.ou@duke.edu",
comment = c(ORCID="0000-0002-8652-2488")),
person("Lihua Julie Zhu", "Developer", role = "aut",
email = "Julie.Zhu@umassmed.edu"))
Description: The trackViewer package can be used to generate lollipop plot to
depict the methylation and SNP/mutation status, together with coverage data
and annotation tracks to facilitate integrated analysis of multi-omics data.
In addition, trackViewer can be easily integrated into standard analysis
pipeline for various high-throughput sequencing dataset such as ChIP-seq,
RNA-seq, methylation-seq or DNA-seq. The images produced by trackViewer
are highly customizable including labels, symbols, colors and size.
Maintainer: Jianhong Ou <jianhong.ou@duke.edu>
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Depends: R (>= 4.0.0), methods, trackViewer
Imports: graphics, utils
Suggests: pander, VariantAnnotation,
TxDb.Hsapiens.UCSC.hg19.knownGene, org.Hs.eg.db,
GenomicFeatures, org.Mm.eg.db,
knitr, rmarkdown, bookdown, pkgdown
biocViews: Visualization, Sequencing, Alignment, ChIPchip, ChIPSeq
URL: https://jianhong.github.io/trackViewerBiocAsia2020Workshop/
BugReports: https://github.com/jianhong/trackViewerBiocAsia2020Workshop/issues/new/choose
VignetteBuilder: knitr
DockerImage: jianhong/trackviewerbiocasia2020workshop:latest