Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Given a sequence S = 'CGATCGATCG', and another sequence Q= 'TATCTCATG', find a reasonable alignment using the FASTA algorithm. a. Builds an index table to

image text in transcribed
Given a sequence S = 'CGATCGATCG', and another sequence Q= 'TATCTCATG', find a reasonable alignment using the FASTA algorithm. a. Builds an index table to store the positions of all 2-letter words' (doublets) occurrences in S, b. Constructs a second table that compares the doublet positions in Q with S and stores the distances, c. Offsets the Q by the number that appears as a distance maximum number of times in indextable #2 and prints the reasonable alignment without gaps. Example: S=AGAAGAQ=TGAAG Index tableH1: Index table\#2: Reosonable alignment: AGAAGA II TGAAG

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

Databases DeMYSTiFieD

Authors: Andy Oppel

2nd Edition

0071747990, 978-0071747998

More Books

Students also viewed these Databases questions

Question

Brief the importance of span of control and its concepts.

Answered: 1 week ago

Question

What is meant by decentralisation?

Answered: 1 week ago