Question: Using a De Bruijn graph, find a linear string of minimal length that contains every DNA 2 - mer exactly once [ ' AA '
Using a De Bruijn graph, find a linear string of minimal length that contains every
DNA mer exactly once AAACATAGCACCCTCGTATCTTTG
GAGCGTGG A DNA mer consists of two characters from the set ACT
G and represents overlapping pairs in DNA sequences. If you choose to solve with a
coding approach, your code should take a list of DNA mers as input and should give
an output of the resulting linear string.
Note: Programming or a manual hand solution is acceptable forthis problem.
B What is the k value if we would like to have a De Bruijn graph having only two nodes
to represent the string from Part A Show your graph.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
