<p>Hi, I want to calculate the entropy of three sequences in python</p> <pre><code>CGTAA AATCC CCGCA </code></pre> <p>the formula of entropy is:</p> <pre><code>Entropy (A[:][i])= - ∑ …
<p>I have pairs of coding DNA sequences which I wish to perform pairwise <strong>codon alignments</strong> via <strong>Python</strong>, I have "half completed" the process.</p> <p><strong>So far..</strong></p> …
<p>hi i just want to confirm my method of using sum of pairs is correct.</p> <p>Lets say i have three sequences</p> <pre><code>ACCG_GTA CGAAAA__ TT_GTGTA </code></pre> …
what have you tried?
what is some example input (exactly)?
what is the expected output?
maybe I (or other people) can help, but I don't really understand the question/problem.