Skip to content

de Bruijn Graphs & Paired de Bruijn Graphs Implementation for Genome Assembly

Notifications You must be signed in to change notification settings

Kiarashmo/Bioinformatic-Paired-de-Bruijn-Graphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

de Bruijn Graphs & Paired de Bruijn Graphs for Genome Assembly

This repository contains the implementation of algorithms for genome assembly using de Bruijn Graphs and Paired de Bruijn Graphs, as inspired by the paper "Paired de Bruijn Graphs: A Novel Approach for Incorporating Mate Pair Information into Genome Assemblers".

Overview

Implementation leverages paired de Bruijn graphs to enhance genome assembly by incorporating mate pair information into the graph structure. This method aims to improve contig length and assembly accuracy.

Structure

  • /notebook: Contains Jupyter notebook with implementation details, algorithm explanations.
  • /data: Sample datasets for code testing.

About

de Bruijn Graphs & Paired de Bruijn Graphs Implementation for Genome Assembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published