Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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 2-mer exactly once ['AA','AC','AT','AG','CA','CC','CT','CG','TA','TC','TT','TG',
'GA','GC','GT','GG']. A DNA 2-mer consists of two characters from the set ['A','C','T',
'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 2-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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction To Chemical Engineering Tools For Today And Tomorrow

Authors: Kenneth A. Solen, John N. Harb

5th Edition

0470885726, 978-0470885727

More Books

Students also viewed these Chemical Engineering questions