Week 7 - Bioinformatics

Bioinformatics is the application of computer technology to the management of biological information. Computers:

Transcription

DNA sequences are composed of the 4 bases:

A's are matched with T's and C's w/ G's. An example is:

DNA (3' end) ...CACCTACGTTCAGGAGGTCAGGACTGGTAC... (5' end)  
  
    (5' end) ...GTGGATGCAAGTCCTCCAGTCCTGACCATG... (3' end)

DNA is transcribed into mRNA starting at the 3' end of the DNA strand (the mRNDA begins at the 5' end). Each nucleotide of the DNA strand attracts its complementary RNA base through a pairing rule. mRNA is composed of the same bases except adenine (A) is swapped out for uracil and all the bases flip:

DNA -> mRNA  
 A  ->  U  
 T  ->  A  
 G  ->  C  
 C  ->  G

Doing transcription on the strand up top gives:

 DNA (3' end) ...CACCTACGTTCAGGAGGTCAGGACTGGTAC... (5' end)  
  
mRNA (5' end) ...GUGGAUGCAAGUCCUCCAGUCCUGACCAUG... (3' end)

Rapid Testing for COVID-19 & DMD

Let's look at how PCR testing works. When a gene is expressed, many thousands of copies of RNA are made per one copy of DNA. A test working with RNA would be better suited as a result, as we have more test sites to work with.

A retrovirus like HIV contains RNA rather than DNA. But these viruses carry reverse transcriptase which can turn single stranded RNA back into double stranded DNA.

PCR essentially uses Week 6 - Biotechnology#Genetic Testing - PCR and Gel Electrophoresis as we've talked about before.

For Week 6 - Biotechnology#Diagnosing DMD, we can do something similar. Using Lecture 6 - Finishing Genetics & DNA#RNA Processing, recall that exons are parts of the RNA that stay after the RNA is copied from the DNA. introns are the parts that get removed.

There is a new exciting approach to treat DMD using exon skipping, where we try to remove the DMD mutation by just skipping the exon that encodes the protein deficiency.

Translation

mRNA is translated into a sequence of amino acids by ribosomes. The ribosome attaches to the 5' end of the mRNA and slides towards the 3' side. Each codon in the mRNA triggers the ribosome to build a polypeptide chain until a STOP codon is reached.

See:

Translation

The nucleic acid code in a mature mRNA is translated into amino acids to synthesize polypeptides. In eukaryotes, mature mRNA is exported out of the nucleus into the cytoplasm where it is translated by ribosomes. It starts from the 5' end of the mRNA.

Note

Everything gets recycled in the process except for the produced polypeptide (ex: the mRNA may be read over and over again until it's been read enough that it's unreadable).

Exam

What is the:

  • mRNA
  • Ribosome
  • Polypeptide
  • 3', 5' ends
    in the photo above?

Look at the ribosomal reading above:

  • E Site is the Exit Site: the site where used tRNA is jettisoned from. No amino acid just yet.
  • P Site is the Peptidyl Site: site of the growing polypeptide chain
  • A Site is the Aminoacyl Site: site for taking in the next amino acyl tRNA (a tRNA molecule with an amino acid on it)

We do the steps similar to our steps before, all on the anti-codon (the complement of the RNA):

  1. Initiation: Create the polypeptides at all E, P, and A sites Pasted image 20240521165348.png
  2. Elongation: Put the E site polypeptide on top of the P site on. Namely, create a peptide bond to connect the two. Pasted image 20240521165404.png
  3. Translocation: ribosome ratchets over one codon, jettisoning empty tRNA and accommodating another amino acyl tRNA (move the RNA 3 nucleotides over)
  4. Termination: elongation ceases once a STOP codon is reached; release factors bind the ribosome and the complex falls off Pasted image 20240521165719.png

We start at (1), then do (2 3) which cycle until (4).

The whole process including transcription then translation can be seen:

For reference:

Pasted image 20240527151053.png

Pasted image 20240527151102.png

The steps are:

  1. Find the start codon AUG starting from 5'
  2. Read the sequence 3 letters at a time (each codon), building the polypeptide as you go. Include M from the AUG start codon.
  3. Keep reading until you hit one of the STOP codons.

As an example:

   start codon    v  
  
mRNA (5' end) GUGGAUGCAAGUCCUCCAGUCCUGACCAUG (3' end)  
  
  mRNA triplets AUG CAA GUC CUC CAG UCC UGA  
  
              (start)                  (stop)  
  
Amino acids:     M   Q   V   L   Q   S

Notice the duplication of some usages of some amino acids in the chart. These repetitions protect from point mutations which are discussed in more detail here.

Example

Given the mRNA strand CUAUGGCCAUACGGUAGC let's produce:

CUA UGG CCA UAC GGU AGC
(ign) (ign) (ign) (ign) (ign) (ign) 
(leu) (trp) (pro) (tyr) (gly) (ser)

... AUG GCC AUA CGG UAG ...
... (go)   ...                    (stop)
... M    A    I    R

Properties of Amino Acids

Each amino acid has a combination of chemical properties that makes it desirable in each protein we want to make. Substitutions of proteins that have similar properties will be less drastic to the function/form of the protein.

Pasted image 20240527152233.png

How much do these properties matter?

Let's consider the complex protein hemoglobin. It's a macromolecule that transports oxygen from the lungs to the tissues and carries CO2 back to the lungs. It contains:

Sickle cell anemia is a disease caused by a single nucleotide polymorphism, or change in a single base in the DNA. The 6th amino acid in the polypeptide chain is normally glu or E while people with the disease have valine val or V in the same position.

The subsitution turns the hydrophilic glutamic into hydrophobic valine, giving the tendency for the protein to collapse onto itself.

Pasted image 20240527163721.png

This data is in chromosome 11, so if both parent are unaffected carriers, there's a 1 in 4 chance that their offspring has the mutation of both chromosomes and thus has the condition.

Evolution and Bioinformatics

Bioinformatics naturally uses the fields of CSC and information technology. By studying many samples of genetic material, we can estimate the probability that mutations to the genetic code will cause one amino acid in a protein to be changed in a different amino acid. This is quantified by a substitution matrix. In the matrix below, each entry is a log-odds score, the log of a certain amino acid substitution taking place in a fixed number of generations. A positive number represents a common substitution. A negative number is less common. The numbers are denoted the PAM Score.

Pasted image 20240527164523.png

To compare a sequence of amino acids in two related proteins:

To get from (1)(2) the first two amino acids must be conserved. Looking in the table, the P row and P column give a score of 7:

Repeat and we get:

PAM score: +7 +5 -2 +6 +2 +4 +4 = 26

The lower the PAM score, the less likely the sequence progression from (1) (2). That means that if we had sequence 3 with PAM score of 21, then:

DNA sequences of different lengths

We still try to align the sequences based on commonalities; however, any insertion or deletion itself gets an additional score of -5 added. You then have to consider all the places where the insertion/deletion occurs, and try to find the highest PAM score and assign that.

To use PAM scores to assess different progressions of evolution:

  1. Isolate and decode a particular gene in two different species
  2. Align the base pairs for the two genes
  3. Determine the sequence of amino acids coded by the genes
  4. Calculate a quantitative measure of the differences between the proteins produces by the two genes (ie: use the PAM score)
  5. Asses this difference in evolutionary terms

The short of it is that:

Practice

Converting from WHEEL to WHIRL has a PAM score of:

W,W = +11
H,H = +8
E,I = -3
E,R = 0
L,L = 4

Giving a total PAM score of +11 + 8 - 3 + 0 + 4 = +20.