An R-package for parsing and building variant descriptor strings compliant with the HGVS standard. See http://varnomen.hgvs.org/ for more information on HGVS strings. For documentation see https://github.com/VariantEffect/hgvsParseR/blob/master/manual.pdf
- R 3.1.2 or higher
- devtools
- testthat
- roxygen2
- Open command line terminal
- If not already installed, install devtools install.packages("devtools")
- Load devtools library("devtools")
- Install hgvsParseR install_github("VariantEffect/hgvsParseR")
See https://github.com/VariantEffect/hgvsParseR/blob/master/manual.pdf