ORF Calling. Why? Need to know protein sequence Protein sequence is usually what does the work Functional studies Crystallography Proteomics Similarity.

Slides:



Advertisements
Similar presentations
Biological Motivation Gene Finding
Advertisements

Bioinformatics as Hard Disk Investigation Assuming you can read all the bits on a 1000 year old hard drive Can you figure out what does what? - Distinguish.
Genomics: READING genome sequences ASSEMBLY of the sequence ANNOTATION of the sequence carry out dideoxy sequencing connect seqs. to make whole chromosomes.
Protein Synthesis (making proteins)
Supplementary Fig.1: oligonucleotide primer sequences.
CISC667, F05, Lec18, Liao1 CISC 467/667 Intro to Bioinformatics (Fall 2005) Gene Prediction and Regulation.
Gene Identification Lab
chromosome organization, what about genome organization?
Introduction to Molecular Biology. G-C and A-T pairing.
6.3 Translation: Synthesizing Proteins from mRNA
 Type of RNA that functions as an interpreter in translation  Each tRNA molecule has a specific anticodon and a site of attachment for an amino acid.
Reading the blueprint of life DNA sequencing. Introduction The blueprint of life is contained in the DNA in the nuclei of eukaryotic cells and simply.
Gene Structure and Identification
Nature and Action of the Gene
Chapter 10 Molecular Biology of the Gene. Information transfer is from DNA  RNA  protein Replication What is it? Where does it occur? REPLICATION Copying.
DNA, RNA, and Proteins.  Students know and understand the characteristics and structure of living things, the processes of life, and how living things.
Basic Introduction of BLAST Jundi Wang School of Computing CSC691 09/08/2013.
Gene Prediction in silico Nita Parekh BIRC, IIIT, Hyderabad.
Introduction to Bioinformatics CPSC 265. Interface of biology and computer science Analysis of proteins, genes and genomes using computer algorithms and.
Gene Prediction Chengwei Luo, Amanda McCook, Nadeem Bulsara, Phillip Lee, Neha Gupta, and Divya Anjan Kumar.
More on translation. How DNA codes proteins The primary structure of each protein (the sequence of amino acids in the polypeptide chains that make up.
Protein Synthesis Using RNA to make proteins. Going from DNA to Proteins Let’s review what we’ve done so far: We take our DNA and convert it into RNA.
A.B. C. orf60(pOrf60) 042orf orf60(pOrf60-M5 ) orf60(pOrf60-M1) orf60(pOrf60-M4) 042orf60 042orf60(pOrf60-M5) orf60(pOrf60) 042orf60(pOrf60-M1)
Supplemental Table S1 For Site Directed Mutagenesis and cloning of constructs P9GF:5’ GAC GCT ACT TCA CTA TAG ATA GGA AGT TCA TTT C 3’ P9GR:5’ GAA ATG.
DNA sequencing. Dideoxy analogs of normal nucleotide triphosphates (ddNTP) cause premature termination of a growing chain of nucleotides. ACAGTCGATTG ACAddG.
Gene finding and gene structure prediction M. Fatih BÜYÜKAKÇALI Computational Bioinformatics 2012.
Lecture 10, CS5671 Neural Network Applications Problems Input transformation Network Architectures Assessing Performance.
PART 1 - DNA REPLICATION PART 2 - TRANSCRIPTION AND TRANSLATION.
TRANSLATION: information transfer from RNA to protein the nucleotide sequence of the mRNA strand is translated into an amino acid sequence. This is accomplished.
Advancing Science with DNA Sequence Finding the genes in microbial genomes Natalia Ivanova MGM Workshop January 31, 2012.
Advancing Science with DNA Sequence Finding the genes in microbial genomes Natalia Ivanova MGM Workshop May 15, 2012.
From Genomes to Genes Rui Alves.
Gene, Proteins, and Genetic Code. Protein Synthesis in a Cell.
Passing Genetic Notes in Class CC106 / Discussion D by John R. Finnerty.
Genes and Genomes. Genome On Line Database (GOLD) 243 Published complete genomes 536 Prokaryotic ongoing genomes 434 Eukaryotic ongoing genomes December.
Microbial Genetics.  DNA replication is semi- conservative:  What does it mean? During cell division, each daughter cell inherits 2 DNA strands, One.
Transcription and Translation Activity 1.You will work with the person sitting next to you. 2.One of you will take the role of RNA polymerase and transcribe.
(H)MMs in gene prediction and similarity searches.
Finding genes in the genome
BIOINFORMATICS Ayesha M. Khan Spring 2013 Lec-8.
GENE EXPRESSION. Transcription 1. RNA polymerase unwinds DNA 2. RNA polymerase adds RNA nucleotides (A ↔ U, G ↔ C) 3. mRNA is formed! DNA reforms a double.
Example 1 DNA Triplet mRNA Codon tRNA anticodon A U A T A U G C G
DNA, RNA and Protein.
DNA Transcription and Translation Review. There are 3 types of RNA: Messenger RNA (mRNA) Ribosomal RNA (rRNA) Transfer RNA (tRNA)
Ch. 11: DNA Replication, Transcription, & Translation Mrs. Geist Biology, Fall Swansboro High School.
1 Gene Finding. 2 “The Central Dogma” TranscriptionTranslation RNA Protein.
Bacterial infection by lytic virus
ORF Calling.
bacteria and eukaryotes
Genome Annotation (protein coding genes)
Bacterial infection by lytic virus
Metagenomics Rob Edwards.
Transcription.
Molecular Biology of the Gene
Interpolated Markov Models for Gene Finding
Gene architecture and sequence annotation
Ab initio gene prediction
PROTEIN SYNTHESIS RELAY
More on translation.
Introduction to Bioinformatics II
Protein Synthesis Miss Richardson SBI4U.
What do you with a whole genome sequence?
Python.
How genes on a chromosome determine what proteins to make
Station 2 Protein Synethsis.
B C D A H G F E.
Reading mRNA and synthesizing protein
The Genetic Code and Translation
Presentation transcript:

ORF Calling

Why? Need to know protein sequence Protein sequence is usually what does the work Functional studies Crystallography Proteomics Similarity studies Proteins are better for remote similarities than DNA sequences Protein sequences change slower than DNA sequences ORF Calling

Intrinsic gene calling Extrinsic gene calling Compare your DNA sequences to known sequences. Needs other sequences that are known! Only use information in your DNA sequences. Does not use other information. ORF Calling

 Start with DNA sequence  Translate in all 6 reading frames Extrinsic gene calling

AGT AAA ACT TTA ATT GTT GGT TAA TCA TTT TGA AAT TAA CAA CCA ATT | | | | | | | | | | | | | | | | | | | | | | | | T CAT TTT GAA ATT AAC AAC CAA TT-3 TCA TTT TGA AAT TAA CAA CCA ATT TC ATT TTG AAA TTA ACA ACC AAT T-2 Why are there 6 reading frames?

 Start with DNA sequence  Translate in all 6 reading frames  Compare your sequence to known protein sequences  Find the ends of each, and call those genes! Extrinsic gene calling

DNA sequence } Similar protein sequences e.g. from BLAST Protein encoding gene For example

 This is how (most) metagenome ORF calling is done  Eukaryotic ORF calling – especially using EST sequences Uses of extrinsic calling

 Very slow (depending on search algorithm)  Dependent on your database  Only finds known genes Problems with extrinsic calling

 Intrinsic gene calling  Ab initio gene calling  What are the start codons?  What are the stop codons? ATG TAA TAG TGA Alternatives to extrinsic gene calling

Approximately once every 20 amino acids at random! A stretch of 100 amino acids is likely to have a stop codon! How frequently do stop codons appear?

DNA How to call ORFs (the easy way)

DNA Find all the stop codons

DNA X is often 100 amino acids Find all the ORFs > x amino acids

DNA Trim to those ORFs that have a start

DNA Short ORFs that overlap others Remove “shadow” ORFs

DNA Trim the start sites to first ATG

DNA These are the ORFs

Intrinsic ORF calling using Markov Models

 Based on language processing  Common for gene and protein finding, alignments, and so on Markov Models

English: the Spanish: el (la) Portuguese: que What is the most common word?

Scrabble

In scrabble, how do they score the letters? The most abundant letters (easiest to place on the board) are given the lowest score Scrabble

1 point: E, A, I, O, N, R, T, L, S, U 2 points: D, G 3 points: B, C, M, P 4 points: F, H, V, W, Y 5 points: K 8 points: J, X 10 points: Q, Z Scrabble

Frequency of letters

If I want to make up a sentence, I could choose some letters at random, based on their occurrence in the alphabet (i.e their scrabble score) rla bsht es stsfa ohhofsd Making up sentences

What follows a period (“.”)? What follows a t? Usually a space “ ” Usually an “i” (-tion, -tize,...) Lets get clever!

When the first letter is “t” (from 3,269 words): ti 51% te 20% ta 15% th 8% Frequency of two letters

Choose a letter based on the probability that it follows the letter before: shandtuchtineymeleolld Level 1 analysis

1 letter (a, e, o …) 2 letters (th, ti, sh …) 3 letters (the, and, …) 4 letters (that, …) Zero order model First order model Second order model Third order model Levels of analysis

With about 10 th order Markov models of English you get complete words and sentences! Markov models

With about 10 th order Markov models of English you get complete words and sentences! Markov models

Scoring words with Markov Models If I choose random letters how can I tell if they are real words? Sum the scores of 10 th order Markov models across the words … if it is high it is likely to be a real word! In reality, maybe use 1 st, 2 nd, 3 rd, 4 th, 5 th, 6 th … order models and compare to some known words

Codons have three letters (ATG, CAC, GGG,...) Use a 2 nd order Markov model for ORF calling The frequency of a letter is predicted based on the frequency of the two letters before Markov Models and ORF calling

Scrabble

Do English and Spanish use the same letters? Scrabble (México)

1 point: E, A, I, O, N, R, T, L, S, U 2 points: D, G 3 points: B, C, M, P 4 points: F, H, V, W, Y 5 points: K 8 points: J, X 10 points: Q, Z Scrabble (US) Based on the front page of the NY Times!

1 point: A, E, O, I, S, N, L, R, U, T 2 points: D, G 3 points: C, B, M, P 4 points: H, F, V, Y 5 points: CH, Q 8 points: J, LL, Ñ, RR, X 10 points: Z Scrabble (Spanish)

Will vary with the composition of the organism! Remember, some organisms have high G+C compared to A+T What about scrabble scores for DNA?

Use a 2 nd order Markov model for ORF calling The frequency of a letter is predicted based on the frequency of the two letters before Markov Models and ORF calling

Need to train the Markov model – not all organisms are the same Can use phylogentically close organisms Can use “long orfs” – likely to be correct because unlikely to be random stretches without a stop codon! Problems!

Markov Models order 1-8 (word size 2-9) Discard (or ↓ weight) for rare words Promote (or ↑ weight) for common words Probability is the sum of all probabilities from Interpolated Markov Model (The imm in GLIMMER)

As with proteins, two main methods: Ab initio Intrinsic Homology based extrinsic RNA genes

Ribosomes are made of proteins and RNA Ribosomes

30S subunit from Thermus aquaticus Blue: protein Orange: rRNA

E. coli 16S rRNA secondary structure

Variable region Conserved region

Variable regions in the 16S rRNA. Vn – 9 regions (n) – variable loop(s) forward/rev primers V1 (6) V2 (8- 11) V3 (18) V4 (P23- 1, 24) V5 (28, 29) V6 (37 ) V7 (43) V8 (45, 46) V9 (49) Van de Peer Y, Chapelle S, De Wachter R. (1996) A quantitative map of nucleotide substitution rates in bacterial rRNA. Nucl. Acids Res. 24:

Ribosomes are made of proteins and RNA Prokaryotic ribosome: Large subunit: 50S 5S and 23S rRNA genes Small subunit: 30S 16S rRNA gene Ribosomes

Easiest way is iterative:  BLAST  ALIGN  TRIM Problem: secondary structure makes identification of the ends difficult Finding 16S genes

Not as easy as rRNA Much shorter Varied sequence Only conservation is 2° structure Finding tRNA genes

tRNAScan-SE Sean Eddy Use it!

How does this relate to tRNA? tRNA-Phe by Yikrazuul - Own work. Licensed under CC BY-SA 3.0 via Wikimedia Commons

tRNA structure Start of acceptor stem (7-9 bp) D-loop (4-6-bp) stem plus loop anticodon arm (6-bp) stem plus loop with anticodon T-loop (4-5-bp) stem plus loop End of acceptor stem (7-9 bp) CCA to attach amino acid (may not be in sequence... added during processing)