Menu

#3 bioperl / mage bridges

open
None
6
2003-09-07
2003-09-07
Allen Day
No

write adaptors for MAGE->bioperl (SAX event handlers
for reader)
and bioperl->MAGE (easier)

Discussion

  • Jason E. Stewart

    Logged In: YES
    user_id=85550

    Hey Allen,

    What are the relevant parts of BioPerl that overlap with
    MAGE. Not that I'm skeptical, I'd just like to know where
    the main focus lies.

     
  • Steve Chervitz

    Steve Chervitz - 2003-09-07

    Logged In: YES
    user_id=313207

    Jason,

    Check out the bioperl-microarray cvs module:

    http://cvs.bioperl.org/cgi-bin/viewcvs/viewcvs.cgi/bioperl-
    microarray/Bio/Expression/?cvsroot=bioperl

    For the bioperl->MAGE bridge, I think what looking for is a
    MicroarrayIO.pm subclass that delegates to the MAGE-Perl
    reader/writer.

    For the MAGE->bioperl bridge, we need to adapt the MicroarrayIO
    subclasses (affymetrix, dchipxls, mas50txt) for use from MAGE-
    Perl world. Having wrappers around these that generate and
    handle SAX events, is I believe what Allen is referring to.

    The bioperl blast parsers in Bio/SearchIO (in the bioperl-live CVS
    module) does this sort of thing for the non-XML blast formats.
    It's possible we could make use of some of these modules or
    underlying strategies (e.g., SearchResultEventBuilder.pm).

     
  • Allen Day

    Allen Day - 2003-09-07
    • assigned_to: nobody --> josephwhite
     
  • Allen Day

    Allen Day - 2003-09-07
    • priority: 5 --> 6
     

Log in to post a comment.