Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

bionformatics-globalAlignment

Java code that finds pairwise sequence alignments for all possible pairs of sequences and construct similarity matrix.

  • Finds pairwise sequence alignments for all possible pairs of sequences.

  • Global alignment to find each pairwise sequence alignment constructed

  • Match and mismatch scores for amino acids are taken from the BLOSUM62 matrix.

  • Similarity Score (s i , s j ) = # of exact matches / aligned sequence length

  • Constructs similarity matrix (kxk) by using similarity scores.

  • Builds guide tree with using similarity matrix.

About

Java code that finds pairwise sequence alignments for all possible pairs of sequences and construct similarity matrix.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages