- Home
- Bioconductor 3.22
- Software Packages
- epivizrStandalone
epivizrStandalone
This is the released version of epivizrStandalone; for the devel version, see epivizrStandalone.
Run Epiviz Interactive Genomic Data Visualization App within R
Bioconductor version: Release (3.22)
This package imports the epiviz visualization JavaScript app for genomic data interactive visualization. The 'epivizrServer' package is used to provide a web server running completely within R. This standalone version allows to browse arbitrary genomes through genome annotations provided by Bioconductor packages.
Author: Hector Corrada Bravo, Jayaram Kancherla
Maintainer: Hector Corrada Bravo <hcorrada at gmail.com>
citation("epivizrStandalone")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("epivizrStandalone")
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("epivizrStandalone")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.