TVTB
This package is for version 3.14 of Bioconductor; for the stable, up-to-date release version, see TVTB.
TVTB: The VCF Tool Box
Bioconductor version: 3.14
The package provides S4 classes and methods to filter, summarise and visualise genetic variation data stored in VCF files. In particular, the package extends the FilterRules class (S4Vectors package) to define news classes of filter rules applicable to the various slots of VCF objects. Functionalities are integrated and demonstrated in a Shiny web-application, the Shiny Variant Explorer (tSVE).
Author: Kevin Rue-Albrecht [aut, cre]
Maintainer: Kevin Rue-Albrecht <kevinrue67 at gmail.com>
citation("TVTB")):
Installation
To install this package, start R (version "4.1") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("TVTB")
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("TVTB")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.