View source: R/check_topSNPs.R
check_topSNPs | R Documentation |
topSNPs
Check topSNPs
. Creates a data.frame from the full summary stats
if topSNPs
is set to "auto".
check_topSNPs(topSNPs, fullSS_path, verbose = TRUE, ...)
topSNPs |
A data.frame with the genomic coordinates of the lead SNP
for each locus.
The lead SNP will be used as the center of the window when extracting
subset from the full GWAS/QTL summary statistics file.
Only one SNP per Locus should be included.
At minimum,
|
fullSS_path |
Path to the full summary statistics file (GWAS or QTL) that you want to fine-map. It is usually best to provide the absolute path rather than the relative path. |
verbose |
Print messages. |
... |
Arguments passed on to
|
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.