Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Programming > Libraries

    Bio::Tree::DistanceFactory 1.5.2_102

    Download button

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

    License / Price:

    Last Updated:

    Category:
    Jason Stajich | More programs
    Perl Artistic License / FREE
    June 20th, 2007, 22:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Bio::Tree::DistanceFactory description

    Bio::Tree::DistanceFactory is a Perl module to construct a tree using distance based methods.

    Bio::Tree::DistanceFactory is a Perl module to construct a tree using distance based methods.

    SYNOPSIS

    use Bio::Tree::DistanceFactory;
    use Bio::AlignIO;
    use Bio::Align::DNAStatistics;
    my $tfactory = Bio::Tree::DistanceFactory->new(-method => "NJ");
    my $stats = Bio::Align::DNAStatistics->new();

    my $alnin = Bio::AlignIO->new(-format => 'clustalw',
    -file => 'file.aln');
    my $aln = $alnin->next_aln;
    # Of course matrix can come from a different place
    # like PHYLIP if you prefer, Bio::Matrix::IO should be able
    # to parse many things
    my $jcmatrix = $stats->distance(-align => $aln,
    -method => 'Jukes-Cantor');
    my $tree = $tfactory->make_tree($jcmatrix);

    This is a factory which will construct a phylogenetic tree based on the pairwise sequence distances for a set of sequences. Currently UPGMA (Sokal and Michener 1958) and NJ (Saitou and Nei 1987) tree construction methods are implemented.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    construct tree | tree distance | Perl module | Bio::Tree::DistanceF | construct | tree



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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