An R-package for API access to MaveDB, a database for Deep Mutational Scanning data (see https://www.mavedb.org/). This package allows programmatic access to the contents of the database, as well as basic filtering functions. For documentation see https://github.com/VariantEffect/rapimave/blob/master/manual.pdf
- R 3.1.2 or higher
- hgvsParseR package (see https://github.com/VariantEffect/hgvsParseR)
- devtools
- testthat
- roxygen2
- Open command line terminal
- If not already installed, install devtools install.packages("devtools")
- Load devtools library("devtools")
- If not already installed, install hgvsParseR install_github("VariantEffect/hgvsParseR")
- Install rapimave install_github("VariantEffect/rapimave")
See https://github.com/VariantEffect/rapimave/blob/master/manual.pdf