xadmix
is an R package providing functions to facilitate subsetting and plotting of genetic admixture data.
The latest stable release of xadmix
can be installed directly from CRAN:
install.packages("xadmix")
Alternatively, the latest development version can be installed from GitHub. This requires that you have the devtools
package installed and loaded. You can use the following code:
if (!require("devtools")) {
install.packages("devtools")
library(devtools)
}
install_github("SpaceCowboy-71/xadmix")