Skip to content

Local alignment algorithm to align query sequence against probabilistic genome database.

Notifications You must be signed in to change notification settings

brendo-k/ProbablisticLocalAlignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Probablistic Local Alignment

Algorithm designed to align query sequence against a probablistic genome. The algorithm functions simlarly to BOWTIE using burrows wheeler transform to compress the genome. The compressed genome can then be used to find seeds using Forward Mapping indexing (FM-indexing). Seeds are then expanded using Smith-Waterman algorithm. More information about the algorithm can be found in the report.

About

Local alignment algorithm to align query sequence against probabilistic genome database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages