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 10:00
When is an original work considered public domain? a. when posted via social media b. when it is posted on the internet c. when a copyright symbol is not included with the piece of work d. when explicit permission is given by the author / owner
Answers: 1
question
Computers and Technology, 22.06.2019 15:00
Which of the following has not been attributed at least in part to social media a. drug addiction b. depression c. kidnapping d. murder
Answers: 2
question
Computers and Technology, 23.06.2019 01:30
Which tab is used to change the theme of a photo album slide show? a. design b. view c. transitions d. home
Answers: 1
question
Computers and Technology, 23.06.2019 18:00
Ramona enjoys her job because she is able to kids in an after school program. the work value ramona feels strongest about is a. leadership b. risk c. independence d. work with people select the best answer from the choices provided a b c d
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, 04.02.2020 18:59
question
Social Studies, 04.02.2020 18:59
question
Advanced Placement (AP), 04.02.2020 18:59
Questions on the website: 13722363