Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program that takes as input an alignment, and outputs the PWM and the information content of the PWM. To prevent prob = 0

Write a program that takes as input an alignment, and outputs the PWM and the information content of the PWM. To prevent prob = 0 from happening, add a pseducount 1 for each nucleotide. i.e., p_A = (c_A + 1) / (c_A + c_C + c_G + c_T + 4), where c_A is the number of A's observed in the column. (It is best to implement the main functionality as a function so that you can reuse it in Problem 4 or possibly also Problem 3.) Apply your program on the following alignment and report the results. Also use the web tool enoLogos to compute the sequence logo. Make sure you set %GC to "equiprobable". Click on textout to check the probability matrix and information content there. Do they match your results?

GTGTAGC GTGTTGT GGGTTGC GTGTAGC GTGCTGC GTGTAGC TTGTTGC GTGTAGC ATGTTGC GTGGTGC GTGTTCC GCGTTGC GTGTTAC GCGTTGC GTGCTGC GTTTTGC TTGTTGC GTCTTGC GTGATGC GTGTTGA

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_2

Step: 3

blur-text-image_3

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

Oracle Database 11g SQL

Authors: Jason Price

1st Edition

0071498508, 978-0071498500

Students also viewed these Databases questions

Question

What is Aufbau's rule explain with example?

Answered: 1 week ago

Question

4. What decision would you make and why?

Answered: 1 week ago