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

Bio Rhythm App freeware
Filter: All | Freeware | Demo
 

Bio Rhythm App

< 1 2 3 4 5 > 
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: 658

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 (91): Bio::Ontology::Ontology Download

Added: January 27, 2010 | Visits: 981

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

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 (89): Bio::Location::CoordinatePolicyI Download

Added: November 23, 2010 | Visits: 1.177

Bio::Tools::Run::PiseApplication::freak Bio::Tools::Run::PiseApplication::freak is a Perl module. Bio::Tools::Run::PiseApplication::freak Bioperl class for: FREAK Residue/base frequency table or plot (EMBOSS) Parameters: (see also: http://bioweb.pasteur.fr/seqanal/interfaces/freak.html for available values): freak...


Platforms: *nix

License: Freeware Size: 829.44 KB Download (88): Bio::Tools::Run::PiseApplication::freak Download

Added: October 14, 2010 | Visits: 992

Bio::MAGE::Protocol::SoftwareApplication Bio::MAGE::Protocol::SoftwareApplication is a Perl module. SYNOPSIS use Bio::MAGE::Protocol::SoftwareApplication; # creating an empty instance my $softwareapplication = Bio::MAGE::Protocol::SoftwareApplication->new(); # creating an already populated instance my $softwareapplication =...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (92): Bio::MAGE::Protocol::SoftwareApplication Download

Added: October 19, 2010 | Visits: 1.436

Bio::MAGE::Protocol::Software Bio::MAGE::Protocol::Software - Software represents the software used. SYNOPSIS use Bio::MAGE::Protocol::Software; # creating an empty instance my $software = Bio::MAGE::Protocol::Software->new(); # creating an already populated instance my $software =...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (148): Bio::MAGE::Protocol::Software Download

Added: October 04, 2010 | Visits: 1.203

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

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: November 22, 2010 | Visits: 887

Bio::Tree::DistanceFactory 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 =...


Platforms: *nix

License: Freeware Size: 5.6 MB Download (95): Bio::Tree::DistanceFactory Download

Added: January 21, 2010 | Visits: 1.459

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 (91): Bio::Index::Blast Download

Added: August 02, 2010 | Visits: 1.215

Bio::Map::MappableI Bio::Map::MappableI is an object that can be placed in a map. SYNOPSIS # get a Bio::Map::MappableI somehow my $position = $element->map_position(); # these methods will be important for building sorted lists if( $position->equals($p2) ) { # do something } elsif( $position->less_tha($p2)...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (109): Bio::Map::MappableI Download

Added: April 11, 2010 | Visits: 1.016

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

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

Released: December 06, 2012  |  Added: December 06, 2012 | Visits: 2.568

App::SimpleScan::Substitution::Line App::SimpleScan::Substitution::Line is a line with optional fixed variable values. SYNOPSIS my $line = App::SimpleScan::Substitution::Line->new(" this "); # Use only this value when substituting " ". $line->fix(substituite => change); # what vars are fixed? my @fixed_ones =...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (252): App::SimpleScan::Substitution::Line Download

Added: February 19, 2010 | Visits: 1.269

App::SimpleScan App::SimpleScan is a simple_scans core code. SYNOPSIS use App::SimpleScan; my $app = new App::SimpleScan; $app->go; App::SimpleScan allows us to package the core of simple_scan as a class; most importantly, this allows us to use Module::Pluggable to write extensions to this application...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (109): App::SimpleScan Download

Added: June 06, 2010 | Visits: 1.030

App::SimpleScan::Plugin::Snapshot App::SimpleScan::Plugin::Snapshot is a Perl module to allow tests to snapshot results. SYNOPSIS use App::SimpleScan; my $app = new App::SimpleScan; $app->go; # plugin loaded automatically here Supports the %%snapshot_dir and %%snapshot pragmas plus the --snapshot_dir and --snap_all and...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): App::SimpleScan::Plugin::Snapshot Download

Added: May 07, 2010 | Visits: 1.035

App::SimpleScan::Plugin::Plaintext App::SimpleScan::Plugin::Plaintext is a Perl module that can check a pages text without markup. SYNOPSIS # Normal test specs use the entire HTML text http://perl.org/ /books n | / Y Sites list HTML # If we want to match just the text, not the HTML: %%plaintext on http://perl.org/...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): App::SimpleScan::Plugin::Plaintext Download

Added: January 09, 2010 | Visits: 1.075

App::SimpleScan::Plugin::LinkCheck App::SimpleScan::Plugin::LinkCheck is a Perl module with link counting/presence/absence plugin. SYNOPSIS # After this plugin is installed: %%has_link My stuff %%no_link Send email # The has_link and no_link checks will run for every test spec. http://someplace.com /foo/ Y Got my page...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): App::SimpleScan::Plugin::LinkCheck Download

Added: June 10, 2010 | Visits: 977

App::SimpleScan::Plugin::Retry App::SimpleScan::Plugin::Retry is a Perl module to implement retry pragma/command line option. SYNOPSIS simple_scan --retry 6 or in a simple_scan input file: %%retry 6 Both of these would retry fetches up to 6 times, pausing an increasingly-long time between each try. If all attempts...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (90): App::SimpleScan::Plugin::Retry Download

< 1 2 3 4 5 >