View source: R/prepare_priors.R
prepare_priors | R Documentation |
Prepare values to be used as per-SNP priors probabilities in fine-mapping.
prepare_priors( dat, priors_col = NULL, snp_col = "SNP", rescale_priors = TRUE, verbose = TRUE )
dat |
Fine-mapping results data. |
priors_col |
[Optional] Name of the a column in
|
snp_col |
Name of the SNP column. |
rescale_priors |
If prior probabilities are supplied,
rescale them from 0-1 (i.e. |
verbose |
Print messages. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.