Description Usage Arguments Value
Reads .regenie
GWAS results files into a data table in R, filtering on
minor allele frequency (appended) and info score. Also appends a p value
column (P
).
1 | read_regenie(path, maf_threshold = 0.01, info_threshold = 0.9)
|
path |
File path to directory containing |
maf_threshold |
Minor allele frequencies below this threshold will be removed. Default is 0.01. |
info_threshold |
Info scores below this threshold will be removed. Default is 0.9. |
A data table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.