- Home
- Bioconductor 3.18
- Software Packages
- svaNUMT
svaNUMT
This package is for version 3.18 of Bioconductor; for the stable, up-to-date release version, see svaNUMT.
NUMT detection from structural variant calls
Bioconductor version: 3.18
svaNUMT contains functions for detecting NUMT events from structural variant calls. It takes structural variant calls in GRanges of breakend notation and identifies NUMTs by nuclear-mitochondrial breakend junctions. The main function reports candidate NUMTs if there is a pair of valid insertion sites found on the nuclear genome within a certain distance threshold. The candidate NUMTs are reported by events.
Author: Ruining Dong [aut, cre]
Maintainer: Ruining Dong <lnyidrn at gmail.com>
citation("svaNUMT")):
Installation
To install this package, start R (version "4.3") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("svaNUMT")
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("svaNUMT")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.