Learn R Programming

kgraph (version 1.2.0)

df_pval: A dataset containing GWAS p-values

Description

This dataframe provides association scores between SNPs and mantal health-related phenotypes.

Usage

data("df_pval")

Arguments

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

Run this code
data('df_pval')

kg_obj = build_kgraph('EFO_0007623', df_pval)              

Run the code above in your browser using DataLab