- Home
- Bioconductor 3.23
- Software Packages
- epivizrChart (development version)
epivizrChart
This is the development version of epivizrChart; for the stable release version, see epivizrChart.
R interface to epiviz web components
Bioconductor version: Development (3.23)
This package provides an API for interactive visualization of genomic data using epiviz web components. Objects in R/BioConductor can be used to generate interactive R markdown/notebook documents or can be visualized in the R Studio's default viewer.
Author: Brian Gottfried [aut], Jayaram Kancherla [aut], Hector Corrada Bravo [aut, cre]
Maintainer: Hector Corrada Bravo <hcorrada at gmail.com>
citation("epivizrChart")):
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("epivizrChart")
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("epivizrChart")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.