SNPediaR
================================================================================
[](https://travis-ci.org/genometra/SNPediaR)
An R package to query [SNPedia](http://www.snpedia.com/index.php/SNPedia) website.
Install
--------------------------------------------------------------------------------
install.packages("devtools")
library (devtools)
install_github ("genometra/SNPediaR")
Or download from __Bioconductor__ at:
https://bioconductor.org/packages/SNPediaR
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("SNPediaR")
Vignette
--------------------------------------------------------------------------------
- [SNPediaR.md](SNPediaR.md)