Skip to content

ft-abhx/De-Bruijn-Graph-Assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

De-Bruijn-Graph-Assembly

Genome assembly refers to the process of putting nucleotide sequence into the correct order. Sequence assembly can be done using one of three approaches:

  • greedy
  • overlap-layout-consensus (OLC) and Hamiltonian path
  • de Bruijn graph and Eulerian path.

Here we use de Bruijn graph and Eulerian path for the string reconstruction.

About

String re-construction using the concepts of de Bruijn graph and Eulerian path.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published