View source: R/cophe_hyp_predict.R
cophe.hyp.predict | R Documentation |
Predict cophescan hypothesis for tested associations
cophe.hyp.predict(
cophe.res,
grouping.vars = c("querysnp", "querytrait"),
Hc.cutoff = 0.6,
Hn.cutoff = 0.2
)
cophe.res |
results obtained from |
grouping.vars |
This is important for results from |
Hc.cutoff |
threshold for PP.Hc above which the associations are called Hc |
Hn.cutoff |
threshold for PP.Hn above which the associations are called Hn |
returns dataframe with posterior probabilties of Hn, Hc and Ha with the predicted hypothesis based on the provided cut.offs.
cophe.single
, cophe.susie
, cophe.multitrait
, , multitrait.simplify
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.