View source: R/file_loading_functions.R
| load_plink_gwas | R Documentation | 
This function will read a (possibly gzipped) PLINK results file (.assoc.txt) and return a tibble containing just the scaffold, position, and statistic.
load_plink_gwas(file)
| file | PLINK association file | 
A three-column tibble containing scaffold, bin midpoint, and statistic value.
a <- system.file("extdata", "test.plink_gwas.qassoc.gz",
                 package = "gwplotting")
b <- load_plink_gwas( a )
b
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.