arjun / chip-ruby

Ruby tools for bioinformatics from Children's Hospital Informatics Program

This URL has Read+Write access

Arjun Sanyal (author)
Wed Jun 24 10:59:19 -0700 2009
commit  2f53f21f23f0a13e4664205716d2b730335ff0d3
tree    72d831eac427bb2f36715a6993dc2293e2980502
parent  eedd8bd38ff417d312e4f5711971c21c7872f6f7
name age message
file README Loading commit data...
directory bin/
directory data/
directory doc/
directory lib/
directory test/
README
== chip-ruby
 
chip-ruby is a library for working with DNA microarray data

It contains libraries for parsing Affymetrix CHP files in the new binary format
and sample data. Can process Genotyping and Expression console files. Outputs to CSV and YAML formats.

chip-ruby is licensed under GPLv2, however any included code, data, documentation are property of their respective 
owners.

# Author::    Arjun Sanyal (mailto:arjun.sanyal@childrens.harvard.edu)
# Copyright:: Children's Hospital Boston
# License:: GPLv2
 
== Installation

* get git if you don't have it
* git clone git://github.com/arjun/chip-ruby.git
* cd chip-ruby/bin
* ./parse_affy_chp.rb

== Future Work

* Use stringIO for more speed?
* Parse Affymetrix CEL and other files
* Tests
* gem install