Sarah-Hesham-2022 / De-Bruijn-Graph-Chain-Merging-Compacting

Data Analysis for Genomics, De Bruijn Graph Chain Merging Compacting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

De-Bruijn-Graph-Chain-Merging-Compacting

Data Analysis for Genomics, De Bruijn Graph Chain Merging Compacting.

1

2

3

4

5

6

7

8

-There are 2 python scripts, each one has a different approach when dealing with data structures resulting in overall different complexity.

-Here are some use cases, visualization with sequence label drawn, using networkx and matplotlib libraries to visualize the graph. :

-Test Case 1 De Bruijn Graph :

TestCase_1_DeBruijnGraph

-Test Case 1 Compacted Graph Shape 1 :

TestCase_1_CompactedGraph_Shape_1

-Test Case 1 Compacted Graph Shape 2 :

TestCase_1_CompactedGraph_Shape_2

-Test Case 1 Printing Console :

TestCase_1_PrintingConsole

-Test Case 2 De Bruijn Graph :

TestCase_2_DeBruijnGraph

-Test Case 1 Compacted Graph Shape 1 :

TestCase_2_CompactedGraph

-Test Case 1 Printing Console :

TestCase_2_PrintingConsole

-Test Case 3 De Bruijn Graph :

TestCase_3_DeBruijnGraph

-Test Case 3 Compacted Graph Shape 1 :

TestCase_3_CompactedGraph

-Test Case 3 Printing Console :

TestCase_3_PrintingConsole