View source: R/genomic_bayes.R
getCredibleSets | R Documentation |
This function calculates credible sets for a list of marker sets using probabilistic measures.
getCredibleSets(Glist = NULL, fit = NULL, sets = NULL)
Glist |
A list containing genomic data (e.g., 'chr' and 'bedfiles'). |
fit |
A model object containing SNP statistics ('stat' with 'rsids' and 'dm' columns). |
sets |
A list of marker sets (SNP identifiers). |
A list of credible sets for each marker set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.