PopGenHelpR version 1.2.1

What is PopGenHelpR?

PopGenHelpR is an R package designed to estimate commonly used population genomic statistics and to generate publication quality figures. The current version of PopGenHelpR uses vcf and csv files to generate output, however, future implementations will expand the input file type options. Please see the vignette and other articles for examples.

We plan to continue developing the package to include more functions and to reduce our dependency on other R packages, feel free to reach out to Keaka Farleigh if you have any suggestions or would like to collaborate.

Installation

You can install PopGenHelpR using:

install.packages("PopGenHelpR")

You can install the development version of PopGenHelpR using devtools:

devtools::install_github("kfarleigh/PopGenHelpR")