CAMer (Continuous Admixture Modeler) is an R package for Continuous Admixture Modeling (CAM), based on the result of iMAAPs (available on http://www.picb.ac.cn/PGG/resource.php).
One way is to use devtools
library(devtools)
install_github("Shuhua-Group/CAMer")
Another way is to download the repo from the website of population genetic group: http://www.picb.ac.cn/PGG/resource.php or https://github.com/Shuhua-Group/CAMer, and run R CMD INSTALL path/to/CAMer
in the shell/comand line.
See An Introduction to CAMer package, the .md file under inst/doc/.
When using CAMer
, please cite:
Zhou Y, Qiu H, Xu S. Modeling Continuous Admixture Using Admixture-Induced Linkage Disequilibrium. Sci Rep. 2017 Feb 23;7:43054. doi: 10.1038/srep43054. PMID: 28230170; PMCID: PMC5322361.
(https://pubmed.ncbi.nlm.nih.gov/28230170/)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.