- Home
- Bioconductor 3.14
- Software Packages
- svaRetro
svaRetro
This package is for version 3.14 of Bioconductor; for the stable, up-to-date release version, see svaRetro.
Retrotransposed transcript detection from structural variants
Bioconductor version: 3.14
svaRetro contains functions for detecting retrotransposed transcripts (RTs) from structural variant calls. It takes structural variant calls in GRanges of breakend notation and identifies RTs by exon-exon junctions and insertion sites. The candidate RTs are reported by events and annotated with information of the inserted transcripts.
Author: Ruining Dong [aut, cre]
Maintainer: Ruining Dong <lnyidrn at gmail.com>
citation("svaRetro")):
Installation
To install this package, start R (version "4.1") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("svaRetro")
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("svaRetro")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.