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

Sample Bio software
Filter: All | Freeware | Demo
 

Sample Bio

< 1 2 3 4 5 > 
Added: April 24, 2010 | Visits: 1.212

Bio::Graphics::Feature Bio::Graphics::Feature is a simple feature object for use with Bio::Graphics::Panel. SYNOPSIS use Bio::Graphics::Feature; # create a simple feature with no internal structure $f = Bio::Graphics::Feature->new(-start => 1000, -stop => 2000, -type => transcript, -name => alpha-1... Platforms: *nix

License: Freeware Size: 4.7 MB Download (100): Bio::Graphics::Feature Download

Added: January 24, 2010 | Visits: 3.112

Bio::Graphics::Glyph::alignment Bio::Graphics::Glyph::alignment is the "alignment" glyph. SYNOPSIS See L< Bio::Graphics::Panel > and L< Bio::Graphics::Glyph >. This is identical to the "graded_segments" glyph, and is used for drawing features that consist of discontinuous segments. The color intensity of each segment is... Platforms: *nix

License: Freeware Size: 4.7 MB Download (99): Bio::Graphics::Glyph::alignment Download

Added: August 02, 2010 | Visits: 905

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: October 26, 2010 | Visits: 1.202

Bio::Graphics::FeatureFile Bio::Graphics::FeatureFile is a set of Bio::Graphics features, stored in a file. SYNOPSIS use Bio::Graphics::FeatureFile; my $data = Bio::Graphics::FeatureFile->new(-file => features.txt); # create a new panel and render contents of the file onto it my $panel = $data->new_panel; my... Platforms: *nix

License: Freeware Size: 4.7 MB Download (99): Bio::Graphics::FeatureFile Download

Added: March 24, 2010 | Visits: 973

Bio::Phylo::Manual Bio::Phylo::Manual is a Perl module that contains a Bio::Phylo v.0.14 user guide. This is the manual for Bio::Phylo. Bio::Phylo is a perl5 package for phylogenetic analysis. For installation instructions, read the README file in the root directory of the distribution. The stable URL for the... Platforms: *nix

License: Freeware Size: 102.4 KB Download (99): Bio::Phylo::Manual Download

Added: November 27, 2010 | Visits: 1.350

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: 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: September 26, 2010 | Visits: 765

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: March 15, 2010 | Visits: 1.729

Bio::Tools::Run::PiseWorkflow Bio::Tools::Run::PiseWorkflow is a class to create a Pise workflow using Pise application objects as methods. A workflow is defined by a set of methods which all instanciate the class PiseApplication. SYNOPSIS # First, create a Bio::Tools::Run::AnalysisFactory::Pise object: my $factory = new... Platforms: *nix

License: Freeware Size: 829.44 KB Download (97): Bio::Tools::Run::PiseWorkflow Download

Added: February 19, 2010 | Visits: 1.195

Bio::NEXUS::Block Bio::NEXUS::Block is a Perl module that provides useful functions for blocks in NEXUS file (parent class). SYNOPSIS This module is the super class of all NEXUS block classes. It is not used specifically from a program; in other words, you dont create a new Bio::NEXUS::Block object. Other... Platforms: *nix

License: Freeware Size: 153.6 KB Download (97): Bio::NEXUS::Block Download

Added: January 27, 2010 | Visits: 988

Bio::Factory::SeqAnalysisParserFactoryI Bio::Factory::SeqAnalysisParserFactoryI is a Perl interface describing objects capable of creating SeqAnalysisParserI compliant parsers. SYNOPSIS # initialize an object implementing this interface, e.g. $factory = Bio::Factory::SeqAnalysisParserFactory->new(); # obtain a parser object... Platforms: *nix

License: Freeware Size: 4.7 MB Download (97): Bio::Factory::SeqAnalysisParserFactoryI Download

Added: January 21, 2010 | Visits: 1.470

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: June 19, 2010 | Visits: 708

Bio::Phylo::IO 0.17 Bio::Phylo::IO Perl module contains input and output of phylogenetic data. SYNOPSIS use Bio::Phylo::IO; # parsing a tree from a newick string my $tree_string = (((A,B),C),D);; my $tree = Bio::Phylo::IO->parse( -string => $tree_string, # old parser, always adds node labels -format =>... Platforms: *nix

License: Freeware Size: 143.36 KB Download (97): Bio::Phylo::IO 0.17 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: March 16, 2010 | Visits: 777

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: August 13, 2010 | Visits: 774

Bio::AlignIO::msf Bio::AlignIO::msf is a Perl module with msf sequence input/output stream. SYNOPSIS Do not use this module directly. Use it via the Bio::AlignIO class. This object can transform Bio::Align::AlignI objects to and from msf flat file databases. The rest of the documentation details each of... Platforms: *nix

License: Freeware Size: 4.7 MB Download (96): Bio::AlignIO::msf Download

Added: August 01, 2010 | Visits: 940

Bio::Network::IO::dip_tab Bio::Network::IO::dip_tab is a Perl class for parsing interaction data in DIP tab-delimited format. SYNOPSIS Do not use this module directly, use Bio::Network::IO. For example: my $io = Bio::Network::IO->new(-format => dip_tab, -file => data.dip); my $network = $io->next_network; The... Platforms: *nix

License: Freeware Size: 99.33 KB Download (96): Bio::Network::IO::dip_tab Download

Added: July 08, 2010 | Visits: 914

Bio::NEXUS::DistancesBlock Bio::NEXUS::DistancesBlock is a Perl module that represents DISTANCES block in NEXUS file. The DistancesBlock class represents a NEXUS Distances Block and provides methods for reading, writing, and accessing data within these blocks. Distances Blocks contain distance matrices, or a table of... Platforms: *nix

License: Freeware Size: 153.6 KB Download (96): Bio::NEXUS::DistancesBlock Download

Added: August 02, 2010 | Visits: 1.816

Bio::Tools::Run::PiseApplication::align2model Bio::Tools::Run::PiseApplication::align2model is a Bioperl class for align2model - create a multiple alignment of sequences to an existing model. Parameters: align2model (String) run (String) Run name db (Sequence) Sequences to align (-db) model_file (InFile) Model (-i) pipe:... Platforms: *nix

License: Freeware Size: 829.44 KB Download (95): Bio::Tools::Run::PiseApplication::align2model Download

Added: July 21, 2010 | Visits: 729

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

< 1 2 3 4 5 >