Skip to content

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

Notifications You must be signed in to change notification settings

batukargili/bionformatics-globalalignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages