Learn R Programming

kgraph (version 1.2.0)

df_pval_dict: A dictionary for the df_pval object

Description

Dataframe with columns id (for the phenotype or SNP identifier), desc (textual description), group, and color

Usage

data("df_pval_dict")

Arguments

Format

A dataframe with 333 rows and 4 columns.

Details

Row IDs correspond to the identifiers found in columns concept1 and concept2 of the df_pval object.

Examples

Run this code
data('df_pval')
data('df_pval_dict')

kg_obj = build_kgraph(c('EFO_0007623', 'EFO_0007624'), df_pval, df_pval_dict)              

Run the code above in your browser using DataLab