- Home
- Bioconductor 3.23
- Software Packages
- RiboCrypt (development version)
RiboCrypt
This is the development version of RiboCrypt; for the stable release version, see RiboCrypt.
Interactive visualization in genomics
Bioconductor version: Development (3.23)
R Package for interactive visualization and browsing NGS data. It contains a browser for both transcript and genomic coordinate view. In addition a QC and general metaplots are included, among others differential translation plots and gene expression plots. The package is still under development.
Author: Michal Swirski [aut, cre, cph], Haakon Tjeldnes [aut, ctb], Kornel Labun [ctb]
Maintainer: Michal Swirski <michal.swirski at uw.edu.pl>
citation("RiboCrypt")):
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("RiboCrypt")
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("RiboCrypt")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.