View source: R/predict_XPASS.R
predict_XPASS | R Documentation |
This function use the XPASS posterior means to construct PRS for the prediction samples.
predict_XPASS(pm, file_predgeno)
pm |
The output 'mu' obtained from the 'XPASS' function, which stores the posterior means computed by XPASS. |
file_predgeno |
Prefix of the prediction samples' genotypes in plink format. |
A data frame storing the PRS generated by using mu1, mu2, mu_XPASS1, and mu_XPASS2, respectively.
See vignette.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.