- Home
- Bioconductor 3.23
- Software Packages
- trackViewer (development version)
trackViewer
This is the development version of trackViewer; for the stable release version, see trackViewer.
A R/Bioconductor package with web interface for drawing elegant interactive tracks or lollipop plot to facilitate integrated analysis of multi-omics data
Bioconductor version: Development (3.23)
Visualize mapped reads along with annotation as track layers for NGS dataset such as ChIP-seq, RNA-seq, miRNA-seq, DNA-seq, SNPs and methylation data.
Author: Jianhong Ou [aut, cre] ORCID iD ORCID: 0000-0002-8652-2488 , Julie Lihua Zhu [aut]
Maintainer: Jianhong Ou <jou at morgridge.org>
citation("trackViewer")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("trackViewer")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("trackViewer")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.