Learn R Programming

grasp2db (version 0.1.12)

grasp2db-package: grasp2db

Description

grasp2db

Arguments

Details

The DESCRIPTION file: grasp2db grasp2db

Demonstrates interface to SQLite database housing the GRASP v2.0 GWAS catalog.

References

Eicher JD, Landowski C, Stackhouse B, Sloan A, Chen W, Jensen N, Lien J-P, Leslie R, Johnson AD (2014) GRASP v 2.0: an update to the genome-wide repository of associations between SNPs and phenotypes. Nucl Acids Res, published online Nov 26, 2014 PMID 25428361

Examples

Run this code
GRASP2 %>% 
  select(PMID,PaperPhenotypeDescription,SNPid_dbSNP134_,Pvalue) %>% 
  filter(rml10p > 99)

Run the code above in your browser using DataLab