subject

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}. consider two genes (strings) x = atgcc and y = tacgca. 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 21:30
The salespeople at hyperactive media sales all use laptop computers so they can take data with them on the road. you are a salesperson for superduper lightspeed computers talking to hyperactive media sales about upgrading the laptops to windows 10. explain how network location awareness in windows 10 would make the laptops more secure.
Answers: 3
question
Computers and Technology, 23.06.2019 00:00
Suppose you have 9 coins and one of them is heavier than others. other 8 coins weight equally. you are also given a balance. develop and algorithm to determine the heavy coin using only two measurements with the of the balance. clearly write your algorithm in the form of a pseudocode using the similar notation that we have used in the class to represent sorting algorithms
Answers: 1
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 02:00
What is the main benefit of minimizing the ribbon in word? more options will be accessible through customized keystrokes. more of the document will be viewable without needing to scroll. fewer controls will be accessible to the user by using the mouse. fewer editing options will be available without entering a password.
Answers: 1
You know the right answer?
When a new gene is discovered, a standard approach to understanding its function is to look through...
Questions
question
Mathematics, 17.06.2021 05:00
question
Mathematics, 17.06.2021 05:00
question
Mathematics, 17.06.2021 05:00
Questions on the website: 13722367