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

Bio Rhythm freeware
Filter: All | Freeware | Demo
 

Bio Rhythm

< 1 2 3 4 5 > 
Added: November 23, 2010 | Visits: 899

Bio::NEXUS::CodonsBlock Bio::NEXUS::CodonsBlock is a Perl module that represents CODONS block in NEXUS file. METHODS new Title : new Usage : block_object = new Bio::NEXUS::CodonsBlock(); Function: Creates a new Bio::NEXUS::CodonsBlock object Returns : Bio::NEXUS::CodonsBlock object Args :.



Platforms: *nix

License: Freeware Size: 153.6 KB Download (133): Bio::NEXUS::CodonsBlock Download

Added: March 08, 2010 | Visits: 818

Bio::AlignIO::bl2seq Bio::AlignIO::bl2seq is a bl2seq sequence input/output stream. SYNOPSIS Do not use this module directly. Use it via the Bio::AlignIO class, as in: use Bio::AlignIO; $in = Bio::AlignIO->new(-file => "inputfilename" , -format => bl2seq); $aln = $in->next_aln(); This object can create...





Platforms: *nix

License: Freeware Size: 4.7 MB Download (129): Bio::AlignIO::bl2seq Download

Added: October 17, 2010 | Visits: 1.184

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

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: March 16, 2010 | Visits: 602

Bio::ExtractNE::MakeDict Bio::ExtractNE::MakeDict is a package for creating dictionary. FUNCTIONS mkdict($input_file, $output_dictfile) This function creates named-entity dictionary. Note that $input_file is a hash. Currently, only SwissProt data is supported. mkdict({ sprot_file => "sprot", } => "sprot.dict");...


Platforms: *nix

License: Freeware Size: 5.3 MB Download (123): Bio::ExtractNE::MakeDict Download

Added: October 05, 2010 | Visits: 930

Bio::Affymetrix::CDF Bio::Affymetrix::CDF is a Perl module to parse Affymetrix CDF files. SYNOPSIS use Bio::Affymetrix::CDF; # Parse the CDF file my $cdf=new Bio::Affymetrix::CDF({"probemode"=>0}); $cdf->parse_from_file("foo.cdf"); # Find some fun facts about this chip type print...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (120): Bio::Affymetrix::CDF Download

Added: August 27, 2008 | Visits: 1.101

Hell's Room Somewhere in a jail that look like hell, you must to escape from this room, take care off there are Zombies and many fire, find the bio medical to can cross trough the fire and escape from this night matter. FPS Games


Platforms: Windows

License: Freeware Size: 33.92 MB Download (117): Hell's Room Download

Added: August 17, 2008 | Visits: 872

Sleepy Sound The imagination and skill of programmers seems endless, and software applications now cover health and well-being. This is the case with Sleepy Sound, a utility that has been designed following set medical recommendations, and works to relax you more and let you sleep better.If you get home after...


Platforms: Windows

License: Freeware Size: 3 KB Download (115): Sleepy Sound Download

Added: July 15, 2010 | Visits: 1.086

Bio::Graphics::Glyph::minmax Bio::Graphics::Glyph::minmax is the minmax glyph. SYNOPSIS See L< Bio::Graphics::Panel > and L< Bio::Graphics::Glyph >. This glyph is the common base class for Bio::Graphics::Glyph::graded_segments and Bio::Graphics::Glyph::xyplot. It adds an internal method named minmax() for calculating...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (115): Bio::Graphics::Glyph::minmax Download

Added: March 14, 2010 | Visits: 1.001

Bio::Matrix::PSM::InstanceSite Bio::Matrix::PSM::InstanceSite is a PSM site occurance. SYNOPSIS use Bio::Matrix::PSM::InstanceSite; #You can get an InstanceSite object either from a file: my ($instances,$matrix)=$SomePSMFile->parse_next; #or from memory my %params=(seq=>TATAAT, id=>"TATAbox1",...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (115): Bio::Matrix::PSM::InstanceSite Download

Added: January 18, 2010 | Visits: 1.145

Bio::Tree::NodeNHX Bio::Tree::NodeNHX is a Simple Tree Node with support for NHX tags. SYNOPSIS use Bio::Tree::NodeNHX; my $nodeA = new Bio::Tree::NodeNHX(); my $nodeL = new Bio::Tree::NodeNHX(); my $nodeR = new Bio::Tree::NodeNHX(); my $node = new Bio::Tree::NodeNHX(); $node->add_Descendents($nodeL);...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (114): Bio::Tree::NodeNHX Download

Added: May 09, 2010 | Visits: 1.126

Bio::SAGE::Comparison Bio::SAGE::Comparison module compares data from serial analysis of gene expression (SAGE) libraries. SYNOPSIS use Bio::SAGE::Comparison; $sage = Bio::SAGE::Comparison->new(); This module provides several tools for comparing data generated from serial analysis of gene expression (SAGE)...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (110): Bio::SAGE::Comparison Download

Added: June 10, 2010 | Visits: 1.290

Bio::SeqIO::fastq Bio::SeqIO::fastq is a fastq sequence input/output stream. SYNOPSIS Do not use this module directly. Use it via the Bio::SeqIO class. This object can transform Bio::Seq and Bio::Seq::SeqWithQuality objects to and from fastq flat file databases. Fastq is a file format used frequently at...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (110): Bio::SeqIO::fastq Download

Added: February 01, 2010 | Visits: 1.029

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: August 02, 2010 | Visits: 1.217

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: July 22, 2010 | Visits: 1.183

Bio::MCPrimers Bio::MCPrimers is a Perl module to create molecular cloning PCR primer pairs for a given gene so that the gene can be directionally inserted into a vector. Solver is generic, restriction enzymes and their order in the vector are specified in the caller. XPORT SUBROUTINES sub find_mc_primers...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (109): Bio::MCPrimers Download

Added: October 04, 2010 | Visits: 1.208

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: March 12, 2010 | Visits: 861

Bio::Graph::SimpleGraph Bio::Graph::SimpleGraph is a Perl module that can create and manipulate undirected graphs. SYNOPSIS use Bio::Graph::SimpleGraph; my $graph=new SimpleGraph; # read pairs of nodes from STDIN while (<>) { my($node1,$node2)=split; $graph->add_edge($node1,$node2); } my @nodes=graph->nodes;...


Platforms: *nix

License: Freeware Size: 5.6 MB Download (107): Bio::Graph::SimpleGraph Download

Added: January 26, 2010 | Visits: 1.232

Bio::GMOD::Admin::Monitor::blat Bio::GMOD::Admin::Monitor::blat is a Perl module that can monitor a BLAT server. SYNOPSIS Check the installed version of a MOD use Bio::GMOD::Util::CheckVersions.pm my $gmod = Bio::GMOD::Util::CheckVersions->new(-mod=>WormBase); my $version = $gmod->live_version; Update a MOD installation...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (106): Bio::GMOD::Admin::Monitor::blat Download

Added: February 24, 2010 | Visits: 854

Bio::NEXUS::DataBlock Bio::NEXUS::DataBlock is a Perl module that represents the deprecated DATA Block in NEXUS file. SYNOPSIS $block_object = new Bio::NEXUS::DataBlock($type, $block, $verbose, $taxlabels_ref); The DataBlock class represents the deprecated Data Block in a NEXUS file. Data Blocks are still used...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (105): Bio::NEXUS::DataBlock Download

< 1 2 3 4 5 >