- Home
- Bioconductor 3.9
- Software Packages
- StructuralVariantAnnotation
StructuralVariantAnnotation
This package is for version 3.9 of Bioconductor; for the stable, up-to-date release version, see StructuralVariantAnnotation.
Variant annotations for structural variants
Bioconductor version: 3.9
StructuralVariantAnnotation contains useful helper functions for dealing with structural variants in VCF format. The packages contains functions for parsing VCFs from a number of popular callers as well as functions for dealing with breakpoints involving two separate genomic loci encoded as GRanges objects.
Author: Daniel Cameron [aut, cre] , Ruining Dong [aut]
Maintainer: Daniel Cameron <daniel.l.cameron at gmail.com>
citation("StructuralVariantAnnotation")):
Installation
To install this package, start R (version "3.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("StructuralVariantAnnotation")
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("StructuralVariantAnnotation")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.