Skip to content

simont/MCW-RDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is being created to hold code and other materials related to the generation of RDF data from the Twigger group at the Medical College of Wisconsin (MCW). Our first area of interest is providing RDFizers for data produced by the Rat Genome Database (http://rgd.mcw.edu) so that it can be made available for others to use in the RDF format.

Much of this work comes from our project with the National Center for Biomedical Ontology (http://bioontology.org) where we are also integrating NCBI's GEO gene expression data with the RGD gene data. To go along with this effort we are also building RDFizers for other datasets that we need, such as Affymetrix's probeset information.

Usage

* To parse the RGD GENES FTP file found here: ftp://rgd.mcw.edu/pub/data_release/GENES_RAT
=> ruby rgdGenesToRDF.rb gene GENES_RAT > rgd_genes.rdf

* To parse the RGD QTL FTP file found here: ftp://rgd.mcw.edu/pub/data_release/QTLS_RAT
=> ruby rgdGenesToRDF.rb qtl QTLS_RAT > rgd_qtls.rdf


TODO

* rename or create new primary script to parse files, it doesn't make much sense have a rgdGenesToRDF.rb file parse QTLs too.

About

Code related to generation and processing of RDF data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages