Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.477.815 Times

Bio To Bin freeware
Filter: All | Freeware | Demo
 

Bio To Bin

< 1 2 3 4 5 > 
Added: November 27, 2010 | Visits: 1.349

Bio::NEXUS::Node Bio::NEXUS::Node is a Perl module that provides functions for manipulating nodes in trees. SYNOPSIS new Bio::NEXUS::Node; METHODS new Title : new Usage : $node = new Bio::NEXUS::Node(); Function: Creates a new Bio::NEXUS::Node object Returns : Bio::NEXUS::Node object Args : none... Platforms: *nix

License: Freeware Size: 153.6 KB Download (98): Bio::NEXUS::Node Download

Added: October 11, 2010 | Visits: 880

Bio::NEXUS::TaxaBlock Bio::NEXUS::TaxaBlock is a Perl module that represents TAXA block of a NEXUS file. SYNOPSIS if ( $type =~ /taxa/i ) { $block_object = new Bio::NEXUS::TaxaBlock($type, $block, $verbose); } If a NEXUS block is a taxa block, this module parses the block and stores the taxonomic data.... Platforms: *nix

License: Freeware Size: 153.6 KB Download (93): Bio::NEXUS::TaxaBlock Download

Added: May 21, 2010 | Visits: 918

Bio::NEXUS::TreesBlock Bio::NEXUS::TreesBlock is a Perl module that represents TREES block of a NEXUS file. SYNOPSIS if ( $type =~ /trees/i ) { $block_object = new Bio::NEXUS::TreesBlock( $block_type, $block, $verbose ); } If a NEXUS block is a Trees Block, this module parses the block and stores the tree data.... Platforms: *nix

License: Freeware Size: 153.6 KB Download (91): Bio::NEXUS::TreesBlock Download

Added: August 26, 2010 | Visits: 1.436

Bio::Restriction::Enzyme Bio::Restriction::Enzyme is a single restriction endonuclease (cuts DNA at specific locations). SYNOPSIS # set up a single restriction enzyme. This contains lots of # information about the enzyme that is generally parsed from a # rebase file and can then be read back use... Platforms: *nix

License: Freeware Size: 4.7 MB Download (141): Bio::Restriction::Enzyme Download

Added: September 24, 2010 | Visits: 941

Bio::Root::Object Bio::Root::Object is a core Perl 5 object. SYNOPSIS # Use this module as the root of your inheritance tree. Object Creation require Bio::Root::Object; $dad = new Bio::Root::Object(); $son = new Bio::Root::Object(-name => Junior, -parent => $dad, -make => full); See the new() method... Platforms: *nix

License: Freeware Size: 4.7 MB Download (102): Bio::Root::Object Download

Added: November 26, 2010 | Visits: 1.233

Bio::Tree::Compatible Bio::Tree::Compatible is a Perl module for testing compatibility of phylogenetic trees with nested taxa. SYNOPSIS use Bio::Tree::Compatible; use Bio::TreeIO; my $input = new Bio::TreeIO(-format => newick, -file => input.tre); my $t1 = $input->next_tree; my $t2 = $input->next_tree; my... Platforms: *nix

License: Freeware Size: 5.6 MB Download (94): Bio::Tree::Compatible Download

Added: October 24, 2010 | Visits: 1.528

Bio::Tools::Run::PiseApplication::fasta Bio::Tools::Run::PiseApplication::fasta is a Bioperl class for sequence database search. Parameters: fasta (Excl) Fasta program query (Sequence) Query sequence File pipe: seqfile seqtype (Excl) Is it a DNA or protein sequence (-n) protein_db (Excl) Protein Database nucleotid_db... Platforms: *nix

License: Freeware Size: 82.94 KB Download (101): Bio::Tools::Run::PiseApplication::fasta Download

Added: January 07, 2010 | Visits: 1.757

Bio::Tools::Run::PiseApplication::consensus Bio::Tools::Run::PiseApplication::consensus is a Perl module. Bioperl class for: CONSENSUS Identification of consensus patterns in unaligned DNA and protein sequences (Hertz, Stormo) References: G.Z. Hertz and G.D. Stormo. Identification of consensus patterns in unaligned DNA and protein... Platforms: *nix

License: Freeware Size: 829.44 KB Download (100): Bio::Tools::Run::PiseApplication::consensus Download

Added: September 12, 2010 | Visits: 925

Bio::NEXUS::WeightSet Bio::NEXUS::WeightSet is a Perl module that represents column weights in alignment ( for each character). SYNOPSIS new Bio::NEXUS::WeightSet($name, @weights, $iswt); A module representing column weights in alignment (for each character) METHODS new Title : new Usage : $node = new... Platforms: *nix

License: Freeware Size: 153.6 KB Download (90): Bio::NEXUS::WeightSet Download

Added: August 02, 2010 | Visits: 904

Bio::NEXUS::HistoryBlock Bio::NEXUS::HistoryBlock is a Perl module that represents a HISTORY block of a NEXUS file. SYNOPSIS $block_object = new Bio::NEXUS::HistoryBlock(history, $block, $verbose); This is a class representing a history block in NEXUS file METHODS new Title : new Usage : block_object = new... Platforms: *nix

License: Freeware Size: 153.6 KB Download (99): Bio::NEXUS::HistoryBlock Download

Added: February 01, 2010 | Visits: 1.031

Bio::Ontology::Relationship Bio::Ontology::Relationship is a relationship for an ontology. SYNOPSIS $rel = Bio::Ontology::Relationship->new( -identifier => "16847", -subject_term => $subj, -object_term => $obj, -predicate_term => $pred ); This is a basic implementation of Bio::Ontology::RelationshipI. The... Platforms: *nix

License: Freeware Size: 4.7 MB Download (109): Bio::Ontology::Relationship Download

Added: July 21, 2010 | Visits: 728

Bio::Ontology::GOterm Bio::Ontology::GOterm is a representation of GO terms. SYNOPSIS $term = Bio::Ontology::GOterm->new ( -go_id => "GO:0016847", -name => "1-aminocyclopropane-1-carboxylate synthase", -definition => "Catalysis of ...", -is_obsolete => 0, -comment => "" ); $term->add_definition_references(... Platforms: *nix

License: Freeware Size: 4.7 MB Download (95): Bio::Ontology::GOterm Download

Added: September 10, 2010 | Visits: 879

Bio::ConnectDots::ConnectDots Bio::ConnectDots::ConnectDots is a top level class for connect-the-dots. SYNOPSIS use Bio::ConnectDots::DB; use Bio::ConnectDots::ConnectDots; my $db=new Bio::ConnectDots::DB(-database=>test, -host=>computername, -user=>usename, -password=>secret); my $cd=my $cd=new... Platforms: *nix

License: Freeware Size: 102.4 KB Download (98): Bio::ConnectDots::ConnectDots Download

Added: April 10, 2010 | Visits: 722

Bio::AnnotationCollectionI Bio::AnnotationCollectionI is a Perl interface for annotation collections. SYNOPSIS # get an AnnotationCollectionI somehow, eg $ac = $seq->annotation(); foreach $key ( $ac->get_all_annotation_keys() ) { @values = $ac->get_Annotations($key); foreach $value ( @values ) { # value is an... Platforms: *nix

License: Freeware Size: 4.7 MB Download (95): Bio::AnnotationCollectionI Download

Added: September 26, 2010 | Visits: 763

Bio::Seq Bio::Seq is a sequence object, with features. SYNOPSIS # This is the main sequence object in Bioperl # gets a sequence from a file $seqio = Bio::SeqIO->new( -format => embl , -file => myfile.dat); $seqobj = $seqio->next_seq(); # SeqIO can both read and write sequences; see Bio::SeqIO #... Platforms: *nix

License: Freeware Size: 4.7 MB Download (98): Bio::Seq Download

Added: April 21, 2010 | Visits: 991

Bio::PrimarySeqI Bio::PrimarySeqI is a Perl Interface definition for a Bio::PrimarySeq. SYNOPSIS # Bio::PrimarySeqI is the interface class for sequences. # If you are a newcomer to bioperl, you should # start with Bio::Seq documentation. This # documentation is mainly for developers using # Bioperl. #... Platforms: *nix

License: Freeware Size: 4.7 MB Download (92): Bio::PrimarySeqI Download

Added: October 17, 2010 | Visits: 1.186

Bio::Tools::CodonTable Bio::Tools::CodonTable is a bioperl codon table object. SYNOPSIS # This is a read-only class for all known codon tables. The IDs are # the ones used by nucleotide sequence databases. All common IUPAC # ambiguity codes for DNA, RNA and animo acids are recognized. # to use use... Platforms: *nix

License: Freeware Size: 4.7 MB Download (127): Bio::Tools::CodonTable Download

Added: June 13, 2010 | Visits: 1.157

Bio::Map::CytoMap Bio::Map::CytoMap is a Bio::MapI compliant map implementation handling cytogenic bands. SYNOPSIS use Bio::Map::CytoMap; my $map = new Bio::Map::CytoMap(-name => human1, -species => $human); foreach my $marker ( @markers ) { # get a list of markers somewhere $map->add_element($marker); }... Platforms: *nix

License: Freeware Size: 4.7 MB Download (124): Bio::Map::CytoMap Download

Added: November 05, 2010 | Visits: 647

Bio::Biblio::Patent Bio::Biblio::Patent is a representation of a patent. SYNOPSIS $obj = new Bio::Biblio::Patent (-doc_number => 1-2-3-4-5); #--- OR --- $obj = new Bio::Biblio::Patent; $obj->doc_number (1-2-3-4-5); A storage object for a patent. See its place in the class hierarchy in... Platforms: *nix

License: Freeware Size: 4.7 MB Download (96): Bio::Biblio::Patent Download

Added: November 21, 2010 | Visits: 663

Bio::Ontology::Ontology Bio::Ontology::Ontology is a standard implementation of an Ontology. SYNOPSIS use Bio::Ontology::Ontology; # create ontology object my $ont = Bio::Ontology::Ontology->new(-name => "OBF"); # add terms, relationships ... my $bp = Bio::Ontology::Term->new(-name => "Bioperl"); my $obf =... Platforms: *nix

License: Freeware Size: 4.7 MB Download (92): Bio::Ontology::Ontology Download

< 1 2 3 4 5 >