An R package designed to allow the analysis of population genetic data as a native R data type, fully integrated with tidy data paradigms.
This is an R package for the spatial analysis of population genetic data.
For a complete overview of the package, see the full documentation at http://dyerlab.github.io/gstudio/
To install these packages from this repository, fire up R and
install.packages( c("RgoogleMaps",
"geosphere",
"proto",
"sampling",
"seqinr",
"spacetime",
"spdep"),
dependencies=TRUE )
library(devtools)
install_github("dyerlab/popgraph")
install_github("dyerlab/gstudio")
If you would like to contribute to this package or have any questions regarding its construction, use, or additional functionalities, please contact Rodney J. Dyer or visit his lab page http://dyerlab.org
For attribution, please cite this work as
Dyer (2019, May 19). The Dyer Laboratory: gstudio R Library Package. Retrieved from https://dyerlab.github.io/DLabWebsite/software/gstudio/
BibTeX citation
@misc{dyer2019gstudio, author = {Dyer, Rodney}, title = {The Dyer Laboratory: gstudio R Library Package}, url = {https://dyerlab.github.io/DLabWebsite/software/gstudio/}, year = {2019} }