subject

Sequence alignment When a new gene is discovered, a standard approach to understanding its function is to look through a database of known genes and find close matches. The closeness of two genes is measured by the extent to which they are aligned. To formalize this, think of a gene as being a long string over an alphabet Σ = {A, C,G, T}.Considertwogenes(strings) x = AT GCC and y = T ACGCA. An alignment of x and y is a way of matching up these two strings by writing them in columns, for instance: -A T - G C C
T A - C G C A
Here the " - " indicates a "gap". The characters of each string must appear in order, and each column must contain a character from at least one of the strings. The score of an alignment is specified by a scoring matrix δ of size (|Σ| + 1) Ă— (|Σ| + 1), where the extra row and column are to accommodate gaps. For instance the preceding alignment has the following score:
δ(â’,T) + δ(A, A)+δ(T,â’) + δ(â’,C) + δ(G, G) + δ(C, C) + δ(C, A)
Give a dynamic programming algorithm that takes as input two strings x[1...n] and y[1...m] and a scoring matrix δ , and returns the highest-scoring alignment. The running time should be O(mn).

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 03:00
You install teamviewer on your workstation at home so that you can ac ess it when on the road. how can you be assured that unknown users cant access your computer through team viewer?
Answers: 2
question
Computers and Technology, 24.06.2019 07:20
3pointsyou've found an image you want to insert into your slide presentation. youwant to make the image look more gray so that it looks like an older imagewhat would you need to adjust? 0.00o a. sizeo b. hueo c. contrasto d. tones
Answers: 2
question
Computers and Technology, 24.06.2019 11:20
Every telecommunication setup uses two devices: one device to transmit data and one device to receive data. which device transmits frequencies to mobile phones? towers transmit frequencies to mobile phones.
Answers: 1
question
Computers and Technology, 24.06.2019 16:00
Read these lines from beowulf.often scyld scefing seized mead-benches from enemytroops, from many a clan, he terrified warriors, even thoughfirst he was found a waif, best explains why the author includes this information in theexposition? a. to emphasize that a hero must learn to be fierceb. to remember the famous story of a popular heroc. to express sadness about losing the old heroesd. to see whether people still respect the old heroes
Answers: 1
You know the right answer?
Sequence alignment When a new gene is discovered, a standard approach to understanding its function...
Questions
question
Mathematics, 10.12.2019 23:31
Questions on the website: 13722361