Question

Given DNA can be represented with an alphabet consisting of characters A,C,G, and T develop the...

Given DNA can be represented with an alphabet consisting of characters A,C,G, and T develop the shift table for the following ( TCCTATTCTT) and then explain how this table could be applied to sequences of DNA.

Homework Answers

Answer #1

Shift table stores the actual value of last occurrence of a character in pattern.

Given Pattern : T C C T A T T C T T
index   : 0 1 2 3 4 5 6 7 8 9
last occurrence of(A) = 4
last occurrence of(C) = 7
last occurrence of(G) = -1
last occurrence of(T) = 9

Upon mismatch, we shift the pattern until
1) The mismatch becomes a match(using shift table)
2) Pattern P move past the mismatched character(using shift table).
Shift the pattern so that the bad character in text aligns with the last occurrence of it in pattern.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Given a DFA M with n states where the input alphabet has k characters, we can...
Given a DFA M with n states where the input alphabet has k characters, we can determine if the L(M) =empty set in time: A. n B. k C. n+k D. nk
perform the following using Ruby language A DNA strand is represented by a string of the...
perform the following using Ruby language A DNA strand is represented by a string of the characters A, C, G, and T, each of which represents a nucleotide. Each nucleotide has its complement as indicated by this Ruby hash: NUCLEOTIDE_COMPLEMENT = { 'A' => 'T', 'T' => 'A', 'C' => 'G', 'G' => 'C' } The reverse-complement of a DNA string is a new string in which each nucleotide is replaced by its complement and the string is reversed. Reverse-complements...
Fill in the complementary DNA strand: A T G G C T G A T T...
Fill in the complementary DNA strand: A T G G C T G A T T G A ___________________________________ Which enzyme is involved with adding new deoxynucleotides during DNA replication? ___________________________ Who were the three scientists who got the credit for discovering that DNA was a double helix and the exact structure? _______________________ _______________________ _______________________ During transcription ____________ is made. During translation _____________ is made. The energy source for DNA replication is ________ and for transcription is ____________ The energy...
The US economy is represented by the following equations: Z=C+I+G, C=300+.5YD, YD =Y T T =400,...
The US economy is represented by the following equations: Z=C+I+G, C=300+.5YD, YD =Y T T =400, I =250, G=1000 Given the above variables, calculate the equilibrium level of output. Now assume that consumer confidence increases causing a rise in autonomous consumption (c0) from 300 to 500. What is the new equilibrium level of output? How much does income change as a result of this event? What is the multiplier for this economy?
A mutation has occurred in the DNA binding sequence for p53. The binding site is Pu-Pu-Pu-C-A/t-T/a-G...
A mutation has occurred in the DNA binding sequence for p53. The binding site is Pu-Pu-Pu-C-A/t-T/a-G Py-Py-Py; and is converted to Pu-Pu-Pu-T-A/t-T-A/t-T/a-G Py-Py-Pu in the promoter of the Mdm2 gene. What base would be methylated? What would be the effect of such a mutation on methylation ? What could be the effect of such a mutation on p53 binding? And, why? How would the expression of Mdm2 be affected ?
10. Given the following DNA sequence as the template strand: TTACGATGCCCA Finish the complementary DNA strand....
10. Given the following DNA sequence as the template strand: TTACGATGCCCA Finish the complementary DNA strand. AAT _ _ _ _ _ _ _ _ _ Finish the corresponding mRNA (use template strand) AAU _ _ _ _ _ _ _ _ _ Finish the corresponding protein sequence from the mRNA. (Use the table on mRNA codons to identify the protein sequence. For example, the mRNA codon AAU codes for the amino acid, asparagine, Asn. Asn-____-____-____ What would be the...
ANSWER IN C++ ONLY A string of characters including only alphabets (lowercase letters) is provided as...
ANSWER IN C++ ONLY A string of characters including only alphabets (lowercase letters) is provided as an input. The first task is to compute the frequency of each character appearing in the string. In the output, the characters have to be arranged in the same order as they appear in the input string. Then characters have to be rearranged, such that all the characters having a specific frequency, say xx, come together. Let the frequency of a character, lying in...
Suppose an economy is represented by the following equations. Consumption function C = 300 + 0.8Yd...
Suppose an economy is represented by the following equations. Consumption function C = 300 + 0.8Yd Planned investment I = 400 Government spending G = 500 Exports EX = 200 Imports IM = 0.1Yd Autonomous Taxes T = 500 Marginal Tax Rate t=0.25 Planned aggregate expenditure AE = C + I + G + (EX - IM) By using the above information calculate the equilibrium level of income for this economy and explain how multiplier changes when we have an...
Assume the following IS-LM model: Y = C + I + G C = .8(1-t)Y t...
Assume the following IS-LM model: Y = C + I + G C = .8(1-t)Y t =0.25 I = 900 - 50i G = 800 Md = 0.25Y -62.5i Ms =500. (a)What will happen to the level of Y if G expands by 187.50? (b) What will happen to the composition of GDP? Explain and derive the numbers. (c). Was Investment crowded out? If so by how much.
Suppose that the following is true for an economy: C = 50 + .8( DI) T...
Suppose that the following is true for an economy: C = 50 + .8( DI) T = 150 G = 150 NX = - 50 Note : * you are not given the value of I a.) Solve for the oversimplified multiplier in this economy. b.) Now suppose that NX increases by 7. Solve for the CHANGE in equilibrium real GDP ( on the demand side) . ( c.) Show, on an AE graph, how both the change in NX...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT