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.233.980 Times

Bio To Bin software
Filter: All | Freeware | Demo
 

Bio To Bin

< 1 2 3 4 5 > 
Added: April 21, 2010 | Visits: 981

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.182

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.146

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: 644

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: 659

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

Added: September 26, 2010 | Visits: 962

Bio::Location::CoordinatePolicyI Bio::Location::CoordinatePolicyI is an abstract interface for objects implementing a certain policy of computing integer-valued coordinates of a Location. SYNOPSIS # get a location, e.g., from a SeqFeature $location = $feature->location(); # examine its coordinate computation policy print...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (90): Bio::Location::CoordinatePolicyI Download

Added: May 25, 2010 | Visits: 1.720

Html To Xhtml Convertor Html to Xhtml Convertor is a straight-forward Perl script to convert HTML pages into XHTML pages. It can process batches of files, convert Windows/Unix/Mac line breaks, and deal with attribute minimization, quoting of attribute values, and more. Installation: To install, simply run the...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (112): Html To Xhtml Convertor Download

Added: October 04, 2010 | Visits: 1.206

Bio::Genex::Software Bio::Genex::Software is Perl module with methods for processing data from the GeneX DB table: Software. SYNOPSIS use Bio::Genex::Software; # instantiating an instance my $Software = Bio::Genex::Software->new(id=>47); # retrieve data from the DB for all columns $Software->fetch(); #...


Platforms: *nix

License: Freeware Size: 552.96 KB Download (107): Bio::Genex::Software Download

Added: April 11, 2010 | Visits: 713

Bio::PopGen::IO Bio::PopGen::IO contains input individual,marker,allele information. SYNOPSIS use Bio::PopGen::IO; my $io = new Bio::PopGen::IO(-format => csv, -file => data.csv); # Some IO might support reading in a population at a time my @population; while( my $ind = $io->next_individual ) { push...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (104): Bio::PopGen::IO Download

Added: January 21, 2010 | Visits: 1.463

Bio::Index::Blast Bio::Index::Blast is a Perl module with indexes Blast reports and supports retrieval based on query accession(s). SYNOPSIS use strict; use Bio::Index::Blast; my ($indexfile,$file1, $file2); my $index = new Bio::Index::Blast(-filename => $indexfile, -write_flag => 1);...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (97): Bio::Index::Blast Download

Added: April 11, 2010 | Visits: 1.017

Bio::Tree::Tree Bio::Tree::Tree is an implementation of TreeI interface. SYNOPSIS # like from a TreeIO my $treeio = new Bio::TreeIO(-format => newick, -file => treefile.dnd); my $tree = $treeio->next_tree; my @nodes = $tree->get_nodes; my $root = $tree->get_root_node; This object holds handles to Nodes...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (136): Bio::Tree::Tree Download

Added: November 14, 2010 | Visits: 1.032

Bio::Factory::SequenceFactoryI Bio::Factory::SequenceFactoryI is a Perl interface that allows for generic building of sequences in factories which create sequences (like SeqIO). SYNOPSIS # do not use this object directly it is an interface # get a Bio::Factory::SequenceFactoryI object like use Bio::Seq::SeqFactory; my...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (102): Bio::Factory::SequenceFactoryI Download

Added: September 19, 2010 | Visits: 2.570

Mount ISO image Mount ISO Image is an advanced script which allows to perform multiple operations with ISO, NRG (Nero Burning ROM), UDF (DVD), CUE/BIN, CCD/IMG/SUB (CloneCD), XDVDFS (XBOX) images. Mount/unmount operations can be performed in two different ways: using kdesu or sudo. During the installation...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (86): Mount ISO image Download

Added: November 02, 2010 | Visits: 1.205

Bio::LiveSeq::Translation Bio::LiveSeq::Translation is a translation class for LiveSeq. This stores informations about aminoacids translations of transcripts. The implementation is that a Translation object is the translation of a Transcript object, with different possibilities of manipulation, different coordinate...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (104): Bio::LiveSeq::Translation Download

Added: March 16, 2010 | Visits: 767

Bio::Tools::Run::JavaRunner Bio::Tools::Run::JavaRunner is a Perl module that can run java programs. SYNOPSIS my $runner = Bio::Tools::Run::JavaRunner->new(-jar => $jar); $runner->run(); This module is probably incomplete. It is intended to be a wrapper for running java programs..


Platforms: *nix

License: Freeware Size: 942.08 KB Download (96): Bio::Tools::Run::JavaRunner Download

Added: April 03, 2010 | Visits: 1.163

Bio::Graphics::Glyph::cds Bio::Graphics::Glyph::cds module contains the "cds" glyph. SYNOPSIS See L< Bio::Graphics::Panel > and L< Bio::Graphics::Glyph >. This glyph draws features that are associated with a protein coding region. At high magnifications, draws a series of boxes that are color-coded to indicate the...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (95): Bio::Graphics::Glyph::cds Download

Added: February 11, 2010 | Visits: 933

Bio::DB::Flat::BDB::swissprot Bio::DB::Flat::BDB::swissprot is a swissprot adaptor for Open-bio standard BDB-indexed flat file. SYNOPSIS See Bio::DB::Flat. This module allows swissprot files to be stored in Berkeley DB flat files using the Open-Bio standard BDB-indexed flat file scheme. You should not be using this...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (130): Bio::DB::Flat::BDB::swissprot Download

Added: February 25, 2010 | Visits: 863

Bio::DB::GFF::Feature Bio::DB::GFF::Feature is a relative segment identified by a feature type. Bio::DB::GFF::Feature is a stretch of sequence that corresponding to a single annotation in a GFF database. It inherits from Bio::DB::GFF::RelSegment, and so has all the support for relative addressing of this class and...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (92): Bio::DB::GFF::Feature Download

Added: July 14, 2010 | Visits: 2.038

MySQL PHP to Posgres Converter MySQL PHP to PostgreSQL is an application that takes a php page that uses mysql calls and changes them into PostgreSQL calls. This allows any website (if it converts properly) that was written in PHP for MySQL to run as a website written to run on PostgreSQL. - Step 1: Download and uncompress...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (108): MySQL PHP to Posgres Converter Download

Added: January 14, 2010 | Visits: 738

Bio::Biblio Bio::Biblio is a Bibliographic Query Service module. SYNOPSIS use Bio::Biblio; my $biblio = new Bio::Biblio; print $biblio->find (perl)->get_count . "n"; my $collection = $biblio->find (brazma, authors); while ( $collection->has_next ) { print $collection->get_next; } #The new()...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (101): Bio::Biblio Download

< 1 2 3 4 5 >