add unsupported platform entry to description file (#19)
add unsupported platform entry to description file
update bioc version in github action
Co-authored-by: Kevin Rue kevinrue@users.noreply.github.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
The VCF Tool Box (TVTB)
Bioconductor release status
Description
The package provides functions to filter, summarise and visualise genetic variation data stored in VCF files. Functionalities are also demonstrated in a Shiny web-application.
Motivation
The VCF file format encodes a plethora of useful information, including optional predictions using the Ensembl Variant Effect Predictor (VEP) that can be parsed using expert packages such as
VariantAnnotationand formatted intoVCFobjects. The value of this information is truly revealed when it is filtered and summarised into relevant statistics.This package offers methods:
VCFobjects including Ensembl VEP predictions,Installation
Instructions to install the latest release of TVTB are available at: http://bioconductor.org/packages/release/bioc/html/TVTB.html
Using
devtools, versions more recent than the official releases can be obtained:The latest version pushed to Bioconductor release (may be more recent than the official release in the absence of version bump) :
The latest version pushed to Bioconductor devel (as above):
Original GitHub development repository:
Specific commit:
Graphical User Interface
Although nothing offers more flexibility than the command line interface, a Shiny web-application, the Shiny Variant Explorer (tSVE), offers a GUI to get familiar with the major functionalities of the package.
Tests
Unit tests and coverage implemented using the
testthatpackage (CRAN).Coverage excludes files:
License
Artistic License 2.0