detect_genes | R Documentation |
Allows summary stats from different genes to be fine-mapped separately.
detect_genes(loci, verbose = FALSE)
loci |
(Named) character vector of locus names. |
verbose |
Print messages. |
#### No genes (names) ####
loci <- c("BST1","LRKR2","MEX3C")
detect_genes(loci)
#### Genes (names) ####
loci <- c(BST1="BST1", LRRK2="LRRK2", MEX3C="MEX3C")
echodata::detect_genes(loci)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.