Question: Find the shortest common superstring for eight 3- mers: AGT, AAA, ACT, AAC, CTT, GTA, TTT, TAA} and solve the following two problems: Construct the

Find the shortest common superstring for eight 3- mers: AGT, AAA, ACT, AAC, CTT, GTA, TTT, TAA} and solve the following two problems: Construct the graph with 8 vertices corresponding to these 3-mers (Hamiltonian path approach) and find a Hamiltonian path (7 edges) which visits each vertex exactly once. Does this path visit every edge of the graph? Write the superstring corresponding to this Hamiltonian path. Construct the graph with 8 edges corresponding to these 3-mers (Eulerian path approach) and find an Eulerian path (8 edges) which visits each edge exactly once. Does this path visit every vertex of the graph exactly once? Write the superstring corresponding to this Eulerian path. Find the shortest common superstring for eight 3- mers: AGT, AAA, ACT, AAC, CTT, GTA, TTT, TAA} and solve the following two problems: Construct the graph with 8 vertices corresponding to these 3-mers (Hamiltonian path approach) and find a Hamiltonian path (7 edges) which visits each vertex exactly once. Does this path visit every edge of the graph? Write the superstring corresponding to this Hamiltonian path. Construct the graph with 8 edges corresponding to these 3-mers (Eulerian path approach) and find an Eulerian path (8 edges) which visits each edge exactly once. Does this path visit every vertex of the graph exactly once? Write the superstring corresponding to this Eulerian path
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
