df_pval {kgraph} | R Documentation |
A dataset containing GWAS p-values
Description
This dataframe provides association scores between SNPs and mantal health-related phenotypes.
Usage
data("df_pval")
Format
A dataframe with 364 rows and 3 columns
Details
Each row defines an association between a SNP and a phenotype. Downloaded from GWAS Catalog at https://www.ebi.ac.uk/gwas/efotraits/EFO_0007623.
Examples
data('df_pval')
kg_obj = build_kgraph('EFO_0007623', df_pval)
[Package kgraph version 1.0.0 Index]