View source: R/gene_locus_list.R
gene_locus_list | R Documentation |
This object is to be passed to the loci=
argument in
echolocatoR::finemap_loci()
.
gene_locus_list(
loci = NULL,
topSNPs = NULL,
drop_missing_loci = TRUE,
dataset_type = NULL,
verbose = TRUE
)
loci |
User-supplied locus list. |
topSNPs |
Output of the function import_topSNPs, containing the top (index) SNPs per locus. |
drop_missing_loci |
Drop |
dataset_type |
The kind dataset you're fine-mapping (e.g. GWAS, eQTL, tQTL). |
verbose |
Print messages. |
Named list
loci <- gene_locus_list(topSNPs = echodata::topSNPs_Nalls2019,
dataset_type = "QTL")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.