Results for "Lineage"

Bio-Scripts

  • Parse the NCBI taxonomy database with Perl !

    ..._taxon = $dbh->ancestor($nam); #print $ancestor_taxon; use Bio::Tree::Tree; my $tree_functions = Bio::Tree::Tree->new(); my @lineage = $tree_functions->get_lineage_nodes($nam); my $lineage = $...

    1188 days ago