Skip to content

NovembreLab/RGGV

Repository files navigation

RGGV

RGGV is an R package to access, analyze and map genetic variation data from the Geography of Genetic Variants Browser and other sources.

Quick start

Install the most recent version of the RGGV package using devtools:

install.packages("devtools")
devtools::install_github("NovembreLab/RGGV")

An overview of the RGGV pakcage can be found here RGGV_Usage or by loading RGGV into the R environment and exploring the vignette:

library(RGGV)
vignette(package="RGGV","RGGV_Usage")