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

Pairwise software
Filter: All | Freeware | Demo
 

Pairwise

1 2 > 
Added: August 04, 2010 | Visits: 714

List::Pairwise List::Pairwise is a Perl module with map/grep arrays and hashes pairwise. SYNOPSIS use List::Pairwise qw(:all); my %a = ( snoogy1 => 4, snoogy2 => 2, NOT => 4, snoogy3 => 5, hehe => 12, ); # keys/values emulation (only slower) my @keys = mapp {$a} %a; my @values = mapp {$b} %a;...



Platforms: *nix

License: Freeware Size: 20.48 KB Download (91): List::Pairwise Download

Added: June 28, 2013 | Visits: 255

pairwise/joint/bivariate histograms for many variables Explore correlations between variables with pairwise histograms plotted over grid.This function combines the functionality of hist3 (joint/bivariate/pairwise histogram) and plotmatrix (pairwise scatter plots over a grid). It allows one to visualize and quantify the correlations among many variables.





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): pairwise/joint/bivariate histograms for many variables Download

Added: August 02, 2013 | Visits: 217

Computing Pairwise Distances and Metrics slmetric_pw.h is an m-function to compute metrics between two sets of vectors in pairwise way.Main Features:-- It supports about 20 metric types, including Euclidean distance (L2), Normalized Correlation, City-Block distance (L1), Quadratic distance, Minkowski distance, Hamming distance,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (42): Computing Pairwise Distances and Metrics Download

Added: January 25, 2010 | Visits: 599

PairwiseTests PairwiseTests calculates three pairwise tests to control experimentwise error rates: simple Bonferroni, Holm's sequential Bonferroni, and Benjamin & Hochberg's False Discovery Rate.


Platforms: Mac

License: Freeware Download (114): PairwiseTests Download

Released: August 12, 2012  |  Added: August 12, 2012 | Visits: 370

JAligner JAligner is an open source Java implementation of the dynamic programming algorithm Smith-Waterman with Gotoh's improvement for biological local pairwise sequence alignment with the affine gap penalty model.


Platforms: Windows, Mac, Linux

License: Freeware Size: 162.36 KB Download (46): JAligner Download

Released: August 25, 2012  |  Added: August 25, 2012 | Visits: 235

LPCforSOS LPCforSOS is a machine learning framework with a special focus on structured output spaces and pairwise learning. It supports currently multiclass, ordinal, hierarchical, multi-label and label ranking classification settings.


Platforms: Windows, Mac, Linux

License: Freeware Size: 7.2 MB Download (54): LPCforSOS Download

Pairwise distance between 2 group of vectors (multidimensional) % Find pair-wise SQUARE EUCLIDEAN distance% or 'Weighted square euclidean' distance% between each point in A and B% For 2 vector a, b% Euclidean distance= d = sum((a-b).^2)% Weighted version = d = sum(wts.*(a-b).^2)% ------------------------------% Input:% A= m_by_p, m points in p-dimension% B=...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Pairwise distance between 2 group of vectors (multidimensional) Download

Added: July 26, 2013 | Visits: 261

TSPSEARCH Heuristic method for the Traveling Salesman Problem (TSP)A number of nearest neighbour tours are generated from randomly selected starting points. Each tour is improved by 2-opt heuristics (pairwise exchange of edges) and the best result is selected.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (47): TSPSEARCH Download

Added: June 13, 2013 | Visits: 583

GenoDive GenoDive is a Mac-only program for population genetics analyses. The present version is a beta, which means that it will still contain bugs, and some analyses are not yet fully implemented. Please report any issues, bugs or praise that you may have to the author. This version should work on Mac...


Platforms: Mac

License: Freeware Size: 8.25 MB Download (53): GenoDive Download

Added: June 18, 2013 | Visits: 788

jMOTU jMOTU is a software package for clustering barcode DNA sequence data into molecular operational taxonomic units (MOTU). If you are not sure what a MOTU is, please see the DNA Barcoding pages on our website. jMOTU does the following: *reads input sequences in FASTA or NEXUS format *calculates...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 7.15 MB Download (78): jMOTU Download

Added: June 10, 2013 | Visits: 179

Gmaj Laj is a tool for viewing and manipulating the output from pairwise alignment programs such as blastz. It can display interactive dotplot, pip, and text representations of the alignments, a diagram showing the locations of exons and repeats, and annotation links to other web sites containing...


Platforms: Mac

License: Freeware Size: 296.96 KB Download (41): Gmaj Download

Added: August 29, 2013 | Visits: 195

BaseByBase BaseByBase is a whole genome pairwise and multiple alignment editor. The program highlights differences between pairs of alignments and allows the user to easily navigate large alignments of similar sequences. Although Base-By-Base was intended as an editor and viewer for alignments of highly...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 2.05 KB Download (40): BaseByBase 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: January 26, 2010 | Visits: 840

NeoBio NeoBio project consists of Bioinformatics algorithms in Java. What algorithms? The current version consists mainly of (pairwise) sequence alignment algorithms such as the classical dynamic programming methods of Needleman & Wunsch (global alignment) and Smith & Waterman (local alignment)....


Platforms: *nix

License: Freeware Size: 102.4 KB Download (109): NeoBio Download

Added: April 25, 2010 | Visits: 908

List::MoreUtils List::MoreUtils is a Perl module that can provide the stuff missing in List::Util. SYNOPSIS use List::MoreUtils qw(any all none notall true false firstidx first_index lastidx last_index insert_after insert_after_string apply after after_incl before before_incl indexes firstval first_value...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (95): List::MoreUtils Download

Added: February 12, 2010 | Visits: 988

WordNet::Similarity::vector_pairs WordNet::Similarity::vector_pairs is a Perl module for computing semantic relatedness of word senses using second order co-occurrence vectors of glosses of the word senses. SYNOPSIS use WordNet::Similarity::vector_pairs; use WordNet::QueryData; my $wn = WordNet::QueryData->new(); my...


Platforms: *nix

License: Freeware Size: 645.12 KB Download (97): WordNet::Similarity::vector_pairs Download

Added: March 15, 2010 | Visits: 1.197

Sequence Analysis Sequence Analysis project is a collage of coding projects which I have written over the past several years for various clients in my work as a bioinformatics consultant. These clients have graciously allowed me to release these works into the public domain as freeware for Macintosh OS X in...


Platforms: *nix

License: Freeware Size: 2.3 MB Download (122): Sequence Analysis Download

Released: June 19, 2012  |  Added: June 19, 2012 | Visits: 587

LDhat LDhat is a C/C++ written project that was specially designed for the analysis of recombination rates from population genetic data. The following programs are included: · convert: Simple manipulation of DNA sequence data · pairwise: Parametric and nonparametric analyses of recombination ·...


Platforms: Windows

License: Freeware Download (421): LDhat Download

Released: June 26, 2012  |  Added: June 26, 2012 | Visits: 865

Geneious PRO Geneious Pro is an integrated, cross-platform bioinformatics software suite for manipulating, finding, sharing, and exploring biological data such as DNA sequences or proteins, phylogenies, 3D structure information, publications, etc. It features sequence alignment and phylogenetic analysis,...


Platforms: Windows

License: Shareware Cost: $249.00 USD Size: 30 MB Download (433): Geneious PRO Download

Released: November 17, 2012  |  Added: November 17, 2012 | Visits: 504

Geneious PRO x64 Geneious Pro is an integrated, cross-platform bioinformatics software suite for manipulating, finding, sharing, and exploring biological data such as DNA sequences or proteins, phylogenies, 3D structure information, publications, etc. It features sequence alignment and phylogenetic analysis,...


Platforms: Windows

License: Shareware Cost: $249.00 USD Size: 30 MB Download (505): Geneious PRO x64 Download

1 2 >