View source: R/find_top_consensus.R
find_top_consensus | R Documentation |
Identify the n_top
Consensus SNP(s) per Locus,
defined as the Consensus SNPs with the highest mean PP
across all fine-mapping tools used.
find_top_consensus(dat, n_top = 1, grouping_vars = c("Locus"))
dat |
Fine-mapping results data. |
n_top |
Number of top SNPs per locus to include. |
grouping_vars |
Variables to group by when selecting top N rows. |
dat <- echodata::find_top_consensus(dat = echodata::BST1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.