Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Bio::Seq::PrimaryQual 1.4

    Download button

    No screenshots available
    Downloads: 460  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.2/5)
    10 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Chad Matsalla | More programs
    Perl Artistic License / FREE
    July 8th, 2008, 15:23 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Bio::Seq::PrimaryQual description

    Bio::Seq::PrimaryQual is a Bioperl module with lightweight quality object.

    Bio::Seq::PrimaryQual is a Bioperl module with lightweight quality object.

    SYNOPSIS

    use Bio::Seq::PrimaryQual;

    # you can use either a space-delimited string for quality

    my $string_quals = "10 20 30 40 50 40 30 20 10";
    my $qualobj = Bio::Seq::PrimaryQual->new
    ( '-qual' => $string_quals,
    '-id' => 'QualityFragment-12',
    '-accession_number' => 'X78121',
    );

    # _or_ you can use an array of quality values

    my @q2 = split/ /,$string_quals;
    $qualobj = Bio::Seq::PrimaryQual->new( '-qual' => @q2,
    '-primary_id' => 'chads primary_id',
    '-desc' => 'chads desc',
    '-accession_number' => 'chads accession_number',
    '-id' => 'chads id'
    );

    # to get the quality values out:

    my @quals = @{$qualobj->qual()};

    # to give _new_ quality values

    my $newqualstring = "50 90 1000 20 12 0 0";
    $qualobj->qual($newqualstring);

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    quality object | PrimaryQual class | Perl module | Bioperl | quality | object

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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