R package for simulations in PRS reaserch.
library(devtools)
install_github("KaiqianZhang/prsim")
load_all()
document()
install()
library(prsim)
# download plink for mac
# cd to plink.exe directory
./plink
# set plink as a command line
cp ./plink /usr/local/bin
# we can use plink now
plink ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.