Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Perl Modules

    SlideMap 1.2.2

    Download button

    No screenshots available
    Downloads: 260  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Joseph A. White | More programs
    Perl Artistic License / FREE
    March 3rd, 2009, 18:21 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    SlideMap description

    A Perl module for the creation of MicroArray slide maps

    SlideMap is a Perl module for the creation of MicroArray slide maps.

    SYNOPSIS

     use SlideMap;
     
     $sm = SlideMap->new( machine => "arrayer", x_pin => 2, y_pin => 6,
     xspacing => 0, yspacing => 0, x_repeat => 1,
     y_repeat => 1);
     
     $sm->initialize;
     $sm->fill_map;
     $map_ref = $sm->getMap;
     
     ($array_row, $array_col, $meta_row, $meta_col, $sub_row, $sub_col)
     = $sm->convert_well($plate_num, $well);
     
     ($plate_num, $well, $plate_row, $plate_col)
     = $sm->convert_spot($array_row, $array_col);

     ($_meta_row,$_meta_col,$_sub_row,$_sub_col)
     = $sm->get_meta($array_row, $array_col);
     
     $sm->setMachine("arrayer");
     $arrayer = $sm->getMachine;
     
     $sm->setPrintHead(2, 6);
     ($x_pin, $y_pin) = $sm->getPrintHead;
     
     $sm->setBlockDimensions(25, 24);
     ($x_spacing, $y_spacing) = $sm->getBlockDimensions;
     
     $sm->setNoComplement([ 0 | 1 ]);
     $noComplement = $sm->getNoComplement;
     
     $sm->setRepeats([ 1 | 2 | 3 | 4 ], [ 1 | 2 | 3 | 4 ]);
     ($x_repeat,$y_repeat) = $sm->getRepeatMode;

     $sm->setRepeatMode([ 0 | 1 ]);
     $repeatMode = $sm->getRepeatMode;
     
     $sm->setFormat([ 1 | 2 ]);
     $plate_format = $sm->getFormat;
     
     $sm->setPrintDirection([ 0 | 1 ]);
     $direction = $sm->getPrintDirection;
     
     $sm->setPlateOrder("[A,B,C,D,E,F,G ... | 1,2,3,4,5, ... ]");
     $plate_order = $sm->getPlateOrder;
     
     ($max_array_row,$max_array_col) = $sm->getArrayDimensions;

     ($x_pitch,$y_pitch) = $sm->getPitch;

     $number_of_spots = $sm->getNumSpots;

     $sm->diagnostics;
     $sm->print_spots([ 1 | 0 ]);
     $sm->print_wells([ 1 | 0 ]);
     $sm->showConvertWell;
     $sm->showConvertSpot;


    SlideMap is used to create a row/col -> plate/well map of a microarray slide. It does not as yet incorporate annotation data into the map, but simply creates the map object based on input parameters. The map is an ordered list of spots with references to annonymous arrays containing array_row, array_col, plate_alias, well. SlideMap currently supports 5 types of arrayers: IAS (default), MD, MD3, Lucidia, and Stanford. (Others will be implemented as needed.)

    SlideMap provides 2 methods for conversion of spots->wells and vise-versa, based on instantiated parameters.

    The main parameters are: machine: the type of array printing machine used (IAS is the default) x_pin: the number of print head pens in the 'X' (plate_row) dimension y_pin: the number of print head pens in the 'Y' (plate_col) dimension (x_pin = 2, and y_pin = 6 are the defaults) x_spacing: the number of spots in one row of a block on the array y_spacing: the number of spots in one column of a block on the array (x_spacing = 24, and y_spacing = 25 are the defaults) x_repeat: the number of repeated block in the 'X' dimension (default = 1) y_repeat: the number of repeated block in the 'Y' dimension (default = 1)


    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    slide maps | Perl module | Perl | MicroArray | slide

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM