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

Miranda July Bio freeware
Filter: All | Freeware | Demo
 

Miranda July Bio

< 1 2 3 4 5 > 
Released: September 06, 2012  |  Added: September 24, 2012 | Visits: 926

American Flag Mahjong The 4th of July celebrates America's Independence Day, so why not play a quick and fun game of American Flag Mahjong in remembrance. Mahjong is a strategic matching game in which your goal is to eliminate all the mahjong tiles in matching pairs. Pairs are created by clicking on two open...



Platforms: Windows, Mac, *nix, Windows CE, Pocket PC, DOS, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Not Applicable,Handheld/Mobile Other,Java

License: Freeware Size: 2.55 MB Download (96): American Flag Mahjong Download

Added: August 01, 2008 | Visits: 1.038

FlashCrypt Celebrate this 4th of July by watching a spectacular firework display right on your desktop, 4th of July Fireworks Show Screen Saver is an impressive showing of color and lights over a virtual city. No-hassle, simple installation, features include sound effects and password protection. PLEASE...





Platforms: Windows

License: Freeware Size: 1.5 MB Download (96): FlashCrypt Download

Added: August 02, 2010 | Visits: 1.806

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

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: April 10, 2010 | Visits: 719

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

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: 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: August 01, 2010 | Visits: 933

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 (95): Bio::Network::IO::dip_tab Download

Added: November 26, 2010 | Visits: 1.227

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: November 23, 2010 | Visits: 1.179

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 (94): Bio::Tools::Run::PiseApplication::freak Download

Added: May 05, 2010 | Visits: 818

Syllable Syllable was born in July 2002 as a fork of the AtheOS operating system. Several AtheOS developers, concerned about the long-term development of AtheOS, created Syllable to ensure that development would continue. Syllables goal is to create a reliable and easy-to-use open source operating...


Platforms: *nix

License: Freeware Size: 55 MB Download (94): Syllable Download

Added: October 11, 2010 | Visits: 876

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: April 08, 2010 | Visits: 651

Bio::ConnectDots::SimpleGraph Bio::ConnectDots::SimpleGraph is a simple, hopefully fast undirected graph package. SYNOPSIS use SimpleGraph; my $graph=new Bio::ConnectDots::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: 102.4 KB Download (93): Bio::ConnectDots::SimpleGraph Download

Added: June 16, 2010 | Visits: 993

Bio::SAGE::DataProcessing Bio::SAGE::DataProcessing module processes raw serial analysis of gene expression (SAGE) data. SYNOPSIS use Bio::SAGE::DataProcessing; $sage = Bio::SAGE::DataProcessing->new(); # open sequence and quality files open( READS, "library.fasta" ); open( QUAL, "library.qual.fasta" ); #...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (93): Bio::SAGE::DataProcessing Download

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: 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: October 14, 2010 | Visits: 995

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: February 25, 2010 | Visits: 864

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: May 21, 2010 | Visits: 913

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: November 05, 2010 | Visits: 934

Bio::TreeIO::svggraph Bio::TreeIO::svggraph is a simple output format that converts a Tree object to an SVG output. SYNOPSIS use Bio::TreeIO; my $in = new Bio::TreeIO(-file => input, -format => newick); my $out = new Bio::TreeIO(-file => >output, -format => svggraph); while( my $tree = $in->next_tree ) { my...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (91): Bio::TreeIO::svggraph Download

< 1 2 3 4 5 >