Protein Sequence Alignment. Primary Structure Analysis Part 1

Size: px
Start display at page:

Download "Protein Sequence Alignment. Primary Structure Analysis Part 1"

Transcription

1 Protein Sequence Alignment Primary Structure Analysis Part 1

2 DNA takes us only so far DNA sequencing relatively fast & cheap; but to get meaningful information from sequence, need: to be able to distinguish genes from junk (a topic we ll explore in some depth later on) to be able to identify regulatory sequences to be able to determine the function of a gene s protein product this will be our focus

3 Primary structure databases: nucleotides vs. proteins For nucleotide sequences, GenBank is primary repository for data source scientists have full authority over data strict historical/archival point of view companion database, RefSeq, is reviewed/corrected/annotated version of GenBank For protein sequences, there s SwissProt (UniProt): an entirely different approach to database curation

4 The SwissProt Way SwissProt is not a primary repository like GenBank; instead, it is curated, primarily by a single person (Swiss scientist Amos Bairoch) entries changed when new information available; flexible, correctable considered best-annotated protein database lot of work for one person, or even team of experts URL:

5 TrEMBL TrEMBL is SwissProt s buffer database, similar in function (if not mechanics) to GenBank: GenBank is to RefSeq as TrEMBL is to SwissProt consists of entries automatically derived from translation of DNA ORFs; data goes here before it goes to SwissProt most of the protein sequences in both databases have never been isolated in nature; they are all derived from translated data

6 Searching SwissProt Like GenBank, provides variety of access points Starting point can be name of protein, or gene, or condition of interest Can limit search by specific field (organism, protein name, e.g.)

7 Example: HER-2 positive breast cancer We can start with a very general search: This produces almost 3000 hits; we can narrow this to our species:

8 Example continued But this only cuts out about 1000 entries Since we know (or think we know) the name of the protein, we can try adding another qualifier:

9 Example continued This results in one relevant entry:

10 A closer look

11 Proteomics Science of visualization & quantification of set of proteins present in given tissue or organism Points of reference: gel electrophoresis: separation of protein molecules by mass & charge ORF translation: derive AA chain from nucleotide chain These often don t match: more to protein structure (even primary structure) than simple translation tells us

12 Post-translational modification Protein maturation process: modification(s) of primary structure that lead to ultimate tertiary/quaternary structure found in nature Includes some combination of: cuts within AA chain removal of AA fragments within chain chemical modifications of single AAs addition of lipid or sugar molecules Storage & retrieval of post-translational modification information is major role of protein databases

13 Location, location, location Protein function related to its location translation process involves exposing developing peptide chain to various chemical signals that specify location of mature protein translocation: transport of protein across one or more membranes

14 Final destinations include: attachment to cell membrane secretion outside cell transportation to mitochondria or other organelle transportation to nucleus

15 Folding Most important step in making mature protein compacts peptide chain into stable 3D structure final structure usually consists of several relatively independent domains;thousand of known domains most proteins contain up to 10 identifiable by scaffolded sequence signatures, or motifs, recognizably preserved over millions of years of evolution domain architecture important because hints at 3D structure

16 Proteins vs. genes Protein primary structures relatively simple compared to genes AA sequences fairly short (average protein is 350 AAs) have clear start & end defined on single strand although modifications can & do occur between ORF & mature protein, AA order remains stable

17 Using bioinformatics to determine protein function CFTR protein serves as illustrative model: Specific genetic defects can be identified in specific CF patients Such genetic defects can be shown to lead to functional defects in CFTR Next step: develop specific drugs to target specific defects (still in experimental stage) Problem: given DNA sequence of gene, how do we find cellular function of protein product?

18 Model organisms Several organisms are known to have easily identifiable & mutable genes: These organisms can serve as model organisms for investigation of gene behavior in humans where human genes have recognizable counterparts in the model

19 Structural clues to protein function Proteins with similar primary structure (amino acid sequence) will likely have similar function Similarity doesn t have to extend to entire protein; can be more localized, e.g. regions of unknown protein sequence may resemble functional regions of known protein

20 Aligning protein sequences Can be more effective for discovery than nucleotide sequence alignment Sequence similarity often provides clues in function of unknown protein

21 Alignment scoring & evolution Mutation is random process, but biological factors affect which mutations we actually see We are most likely to observe the substitution of an amino acid with one that is chemically similar, because drastic change that disrupts protein function is likely to be selected against Protein substitution matrix allows alignment algorithms to consider substitution likelihood to give better alignments

22 Protein similarity Proteins much more complex than DNA; this works in our favor in terms of making effective comparisons Amino acid similarity examples: Aspartate and Glutamate have hydrophilic side chains Leucine and Valine have hydrophobic side chains A hydrophobic hydrophilic substitution is more likely to alter protein function than phobic-phobic

23 Protein similarity Can score not only exact matches but also conservative substitutions (mutations that result in functionally similar amino acids) Such substitutions are more likely because they wouldn t be selected against in evolution Given all of the above, we can be confident of less ambiguity in protein alignment than in nucleotide alignment

24 Determining likelihood of substitution Method 1: Look at chemical properties of amino acids: hydrophobic vs. hydrophilic charge size of side chains Method 2: look at frequency of actual substitution occurrence in known sequences based on comparison of similar proteins this is basis for substitution matrix We will examine both methods

25 Method 1: Biochemical analysis of proteins The Swiss Institute of Bioinformatics maintains ExPASy, a set of online tools for protein structure & function analysis ExPASy stands for Expert Protein Analysis System Two of the tools at ExPASy are ProtParam and ProtScale

26 ProtParam Provides computation of physical & chemical properties of proteins from either user-entered raw sequence or from known entries in SwissProt/Trembl databases Analysis includes: number of amino acids in sequence molecular weight amino acid composition (% of total) extinction coefficient (used for spectrophotometic analysis) half-life: amount of time it takes for half of protein to degrade after synthesis instability index

27 Primary structure analysis Why analyze primary structure? Need to take into account amino acid interactions to get clearer picture of secondary, tertiary structural factors Segments with particular compositional types give clues to eventual conformation: hydrophobic: potential transmembrane or core feature coiled-coil: potential protein-protein interaction site hydrophilic: potential surface structure

28 Primary structural analysis Sliding window technique Oldest sequence analysis method Uses tables of amino acid properties: scale values Method Pick window size based on desired feature: for transmembrane feature: 19 for globular feature: 7-11 With window centered on one amino acid, scale values associated with all amino acids in window are summed & averaged, then result is associated with central AA Shift window & continue until end of sequence When finished, values associated with each AA are plotted against sequence: property profile

29 ProtScale An example of an online tool for performing sliding-window technique on a protein is ProtScale, also found in the ExPASy suite The direct link to this resource is: Note the extension this is a perl program

30 Using ProtScale Paste in FASTA sequence or type in accession number Choose scale/window size Click submit

31 Interpreting results Consider only strong signals Check signal robustness by repeating comparison using different scale

32 Sliding-window method: pros & cons Advantage: relatively robust (not sensitive to scale changes) Disadvantages: not precise window size is arbitrary Could go either way: does not interpret results for you

33 Testing for transmembrane segments in proteins What transmembrane segments indicate: One transmembrane segment at N-terminus of sequence suggests protein is secreted Several transmembrane segments suggests a channel Can perform analysis with ProtParam, but more precise tool is TMHMM, which uses hidden Markov models (a sophisticated computational technique) to predict transmembrane regions

34 TMHMM Link:

35 TMHMM results Predictions are precise Predicts segments inside/outside cell

36 Looking for coiled-coil segments Coiled-coils are regions formed by intertwining alpha-helices May indicate protein-protein interaction site May also lead to false results in database searches, so it s good to know location in case you need to filter out Online tool available at:

Linear Sequence Analysis. 3-D Structure Analysis

Linear Sequence Analysis. 3-D Structure Analysis Linear Sequence Analysis What can you learn from a (single) protein sequence? Calculate it s physical properties Molecular weight (MW), isoelectric point (pi), amino acid content, hydropathy (hydrophilic

More information

GenBank, Entrez, & FASTA

GenBank, Entrez, & FASTA GenBank, Entrez, & FASTA Nucleotide Sequence Databases First generation GenBank is a representative example started as sort of a museum to preserve knowledge of a sequence from first discovery great repositories,

More information

Just the Facts: A Basic Introduction to the Science Underlying NCBI Resources

Just the Facts: A Basic Introduction to the Science Underlying NCBI Resources 1 of 8 11/7/2004 11:00 AM National Center for Biotechnology Information About NCBI NCBI at a Glance A Science Primer Human Genome Resources Model Organisms Guide Outreach and Education Databases and Tools

More information

Bioinformatics Grid - Enabled Tools For Biologists.

Bioinformatics Grid - Enabled Tools For Biologists. Bioinformatics Grid - Enabled Tools For Biologists. What is Grid-Enabled Tools (GET)? As number of data from the genomics and proteomics experiment increases. Problems arise for the current sequence analysis

More information

2007 7.013 Problem Set 1 KEY

2007 7.013 Problem Set 1 KEY 2007 7.013 Problem Set 1 KEY Due before 5 PM on FRIDAY, February 16, 2007. Turn answers in to the box outside of 68-120. PLEASE WRITE YOUR ANSWERS ON THIS PRINTOUT. 1. Where in a eukaryotic cell do you

More information

Ms. Campbell Protein Synthesis Practice Questions Regents L.E.

Ms. Campbell Protein Synthesis Practice Questions Regents L.E. Name Student # Ms. Campbell Protein Synthesis Practice Questions Regents L.E. 1. A sequence of three nitrogenous bases in a messenger-rna molecule is known as a 1) codon 2) gene 3) polypeptide 4) nucleotide

More information

RETRIEVING SEQUENCE INFORMATION. Nucleotide sequence databases. Database search. Sequence alignment and comparison

RETRIEVING SEQUENCE INFORMATION. Nucleotide sequence databases. Database search. Sequence alignment and comparison RETRIEVING SEQUENCE INFORMATION Nucleotide sequence databases Database search Sequence alignment and comparison Biological sequence databases Originally just a storage place for sequences. Currently the

More information

Molecular Genetics. RNA, Transcription, & Protein Synthesis

Molecular Genetics. RNA, Transcription, & Protein Synthesis Molecular Genetics RNA, Transcription, & Protein Synthesis Section 1 RNA AND TRANSCRIPTION Objectives Describe the primary functions of RNA Identify how RNA differs from DNA Describe the structure and

More information

Built from 20 kinds of amino acids

Built from 20 kinds of amino acids Built from 20 kinds of amino acids Each Protein has a three dimensional structure. Majority of proteins are compact. Highly convoluted molecules. Proteins are folded polypeptides. There are four levels

More information

Chapter 3. Protein Structure and Function

Chapter 3. Protein Structure and Function Chapter 3 Protein Structure and Function Broad functional classes So Proteins have structure and function... Fine! -Why do we care to know more???? Understanding functional architechture gives us POWER

More information

AP BIOLOGY 2008 SCORING GUIDELINES

AP BIOLOGY 2008 SCORING GUIDELINES AP BIOLOGY 2008 SCORING GUIDELINES Question 1 1. The physical structure of a protein often reflects and affects its function. (a) Describe THREE types of chemical bonds/interactions found in proteins.

More information

T cell Epitope Prediction

T cell Epitope Prediction Institute for Immunology and Informatics T cell Epitope Prediction EpiMatrix Eric Gustafson January 6, 2011 Overview Gathering raw data Popular sources Data Management Conservation Analysis Multiple Alignments

More information

NO CALCULATORS OR CELL PHONES ALLOWED

NO CALCULATORS OR CELL PHONES ALLOWED Biol 205 Exam 1 TEST FORM A Spring 2008 NAME Fill out both sides of the Scantron Sheet. On Side 2 be sure to indicate that you have TEST FORM A The answers to Part I should be placed on the SCANTRON SHEET.

More information

Biological Sequence Data Formats

Biological Sequence Data Formats Biological Sequence Data Formats Here we present three standard formats in which biological sequence data (DNA, RNA and protein) can be stored and presented. Raw Sequence: Data without description. FASTA

More information

Lecture Series 7. From DNA to Protein. Genotype to Phenotype. Reading Assignments. A. Genes and the Synthesis of Polypeptides

Lecture Series 7. From DNA to Protein. Genotype to Phenotype. Reading Assignments. A. Genes and the Synthesis of Polypeptides Lecture Series 7 From DNA to Protein: Genotype to Phenotype Reading Assignments Read Chapter 7 From DNA to Protein A. Genes and the Synthesis of Polypeptides Genes are made up of DNA and are expressed

More information

CSC 2427: Algorithms for Molecular Biology Spring 2006. Lecture 16 March 10

CSC 2427: Algorithms for Molecular Biology Spring 2006. Lecture 16 March 10 CSC 2427: Algorithms for Molecular Biology Spring 2006 Lecture 16 March 10 Lecturer: Michael Brudno Scribe: Jim Huang 16.1 Overview of proteins Proteins are long chains of amino acids (AA) which are produced

More information

When you install Mascot, it includes a copy of the Swiss-Prot protein database. However, it is almost certain that you and your colleagues will want

When you install Mascot, it includes a copy of the Swiss-Prot protein database. However, it is almost certain that you and your colleagues will want 1 When you install Mascot, it includes a copy of the Swiss-Prot protein database. However, it is almost certain that you and your colleagues will want to search other databases as well. There are very

More information

RNA & Protein Synthesis

RNA & Protein Synthesis RNA & Protein Synthesis Genes send messages to cellular machinery RNA Plays a major role in process Process has three phases (Genetic) Transcription (Genetic) Translation Protein Synthesis RNA Synthesis

More information

Transcription and Translation of DNA

Transcription and Translation of DNA Transcription and Translation of DNA Genotype our genetic constitution ( makeup) is determined (controlled) by the sequence of bases in its genes Phenotype determined by the proteins synthesised when genes

More information

Translation Study Guide

Translation Study Guide Translation Study Guide This study guide is a written version of the material you have seen presented in the replication unit. In translation, the cell uses the genetic information contained in mrna to

More information

BIOLOGICAL MEMBRANES: FUNCTIONS, STRUCTURES & TRANSPORT

BIOLOGICAL MEMBRANES: FUNCTIONS, STRUCTURES & TRANSPORT BIOLOGICAL MEMBRANES: FUNCTIONS, STRUCTURES & TRANSPORT UNIVERSITY OF PNG SCHOOL OF MEDICINE AND HEALTH SCIENCES DISCIPLINE OF BIOCHEMISTRY AND MOLECULAR BIOLOGY BMLS II / B Pharm II / BDS II VJ Temple

More information

Bio-Informatics Lectures. A Short Introduction

Bio-Informatics Lectures. A Short Introduction Bio-Informatics Lectures A Short Introduction The History of Bioinformatics Sanger Sequencing PCR in presence of fluorescent, chain-terminating dideoxynucleotides Massively Parallel Sequencing Massively

More information

Chapter 5: The Structure and Function of Large Biological Molecules

Chapter 5: The Structure and Function of Large Biological Molecules Name Period Concept 5.1 Macromolecules are polymers, built from monomers 1. The large molecules of all living things fall into just four main classes. Name them. 2. Circle the three classes that are called

More information

DNA Replication & Protein Synthesis. This isn t a baaaaaaaddd chapter!!!

DNA Replication & Protein Synthesis. This isn t a baaaaaaaddd chapter!!! DNA Replication & Protein Synthesis This isn t a baaaaaaaddd chapter!!! The Discovery of DNA s Structure Watson and Crick s discovery of DNA s structure was based on almost fifty years of research by other

More information

A disaccharide is formed when a dehydration reaction joins two monosaccharides. This covalent bond is called a glycosidic linkage.

A disaccharide is formed when a dehydration reaction joins two monosaccharides. This covalent bond is called a glycosidic linkage. CH 5 Structure & Function of Large Molecules: Macromolecules Molecules of Life All living things are made up of four classes of large biological molecules: carbohydrates, lipids, proteins, and nucleic

More information

FINDING RELATION BETWEEN AGING AND

FINDING RELATION BETWEEN AGING AND FINDING RELATION BETWEEN AGING AND TELOMERE BY APRIORI AND DECISION TREE Jieun Sung 1, Youngshin Joo, and Taeseon Yoon 1 Department of National Science, Hankuk Academy of Foreign Studies, Yong-In, Republic

More information

Chapter 3 Molecules of Cells

Chapter 3 Molecules of Cells Bio 100 Molecules of cells 1 Chapter 3 Molecules of Cells Compounds containing carbon are called organic compounds Molecules such as methane that are only composed of carbon and hydrogen are called hydrocarbons

More information

Choices, choices, choices... Which sequence database? Which modifications? What mass tolerance?

Choices, choices, choices... Which sequence database? Which modifications? What mass tolerance? Optimization 1 Choices, choices, choices... Which sequence database? Which modifications? What mass tolerance? Where to begin? 2 Sequence Databases Swiss-prot MSDB, NCBI nr dbest Species specific ORFS

More information

Protein Physics. A. V. Finkelstein & O. B. Ptitsyn LECTURE 1

Protein Physics. A. V. Finkelstein & O. B. Ptitsyn LECTURE 1 Protein Physics A. V. Finkelstein & O. B. Ptitsyn LECTURE 1 PROTEINS Functions in a Cell MOLECULAR MACHINES BUILDING BLOCKS of a CELL ARMS of a CELL ENZYMES - enzymatic catalysis of biochemical reactions

More information

Activity 7.21 Transcription factors

Activity 7.21 Transcription factors Purpose To consolidate understanding of protein synthesis. To explain the role of transcription factors and hormones in switching genes on and off. Play the transcription initiation complex game Regulation

More information

Replication Study Guide

Replication Study Guide Replication Study Guide This study guide is a written version of the material you have seen presented in the replication unit. Self-reproduction is a function of life that human-engineered systems have

More information

Current Motif Discovery Tools and their Limitations

Current Motif Discovery Tools and their Limitations Current Motif Discovery Tools and their Limitations Philipp Bucher SIB / CIG Workshop 3 October 2006 Trendy Concepts and Hypotheses Transcription regulatory elements act in a context-dependent manner.

More information

Given these characteristics of life, which of the following objects is considered a living organism? W. X. Y. Z.

Given these characteristics of life, which of the following objects is considered a living organism? W. X. Y. Z. Cell Structure and Organization 1. All living things must possess certain characteristics. They are all composed of one or more cells. They can grow, reproduce, and pass their genes on to their offspring.

More information

Bioinformatics Resources at a Glance

Bioinformatics Resources at a Glance Bioinformatics Resources at a Glance A Note about FASTA Format There are MANY free bioinformatics tools available online. Bioinformaticists have developed a standard format for nucleotide and protein sequences

More information

Forensic DNA Testing Terminology

Forensic DNA Testing Terminology Forensic DNA Testing Terminology ABI 310 Genetic Analyzer a capillary electrophoresis instrument used by forensic DNA laboratories to separate short tandem repeat (STR) loci on the basis of their size.

More information

Module 1. Sequence Formats and Retrieval. Charles Steward

Module 1. Sequence Formats and Retrieval. Charles Steward The Open Door Workshop Module 1 Sequence Formats and Retrieval Charles Steward 1 Aims Acquaint you with different file formats and associated annotations. Introduce different nucleotide and protein databases.

More information

Concluding lesson. Student manual. What kind of protein are you? (Basic)

Concluding lesson. Student manual. What kind of protein are you? (Basic) Concluding lesson Student manual What kind of protein are you? (Basic) Part 1 The hereditary material of an organism is stored in a coded way on the DNA. This code consists of four different nucleotides:

More information

CCR Biology - Chapter 9 Practice Test - Summer 2012

CCR Biology - Chapter 9 Practice Test - Summer 2012 Name: Class: Date: CCR Biology - Chapter 9 Practice Test - Summer 2012 Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Genetic engineering is possible

More information

BBSRC TECHNOLOGY STRATEGY: TECHNOLOGIES NEEDED BY RESEARCH KNOWLEDGE PROVIDERS

BBSRC TECHNOLOGY STRATEGY: TECHNOLOGIES NEEDED BY RESEARCH KNOWLEDGE PROVIDERS BBSRC TECHNOLOGY STRATEGY: TECHNOLOGIES NEEDED BY RESEARCH KNOWLEDGE PROVIDERS 1. The Technology Strategy sets out six areas where technological developments are required to push the frontiers of knowledge

More information

Pairwise Sequence Alignment

Pairwise Sequence Alignment Pairwise Sequence Alignment carolin.kosiol@vetmeduni.ac.at SS 2013 Outline Pairwise sequence alignment global - Needleman Wunsch Gotoh algorithm local - Smith Waterman algorithm BLAST - heuristics What

More information

Proteins and Nucleic Acids

Proteins and Nucleic Acids Proteins and Nucleic Acids Chapter 5 Macromolecules: Proteins Proteins Most structurally & functionally diverse group of biomolecules. : o Involved in almost everything o Enzymes o Structure (keratin,

More information

4. Which carbohydrate would you find as part of a molecule of RNA? a. Galactose b. Deoxyribose c. Ribose d. Glucose

4. Which carbohydrate would you find as part of a molecule of RNA? a. Galactose b. Deoxyribose c. Ribose d. Glucose 1. How is a polymer formed from multiple monomers? a. From the growth of the chain of carbon atoms b. By the removal of an OH group and a hydrogen atom c. By the addition of an OH group and a hydrogen

More information

Carbohydrates, proteins and lipids

Carbohydrates, proteins and lipids Carbohydrates, proteins and lipids Chapter 3 MACROMOLECULES Macromolecules: polymers with molecular weights >1,000 Functional groups THE FOUR MACROMOLECULES IN LIFE Molecules in living organisms: proteins,

More information

Control of Gene Expression

Control of Gene Expression Control of Gene Expression What is Gene Expression? Gene expression is the process by which informa9on from a gene is used in the synthesis of a func9onal gene product. What is Gene Expression? Figure

More information

Guide for Bioinformatics Project Module 3

Guide for Bioinformatics Project Module 3 Structure- Based Evidence and Multiple Sequence Alignment In this module we will revisit some topics we started to look at while performing our BLAST search and looking at the CDD database in the first

More information

From DNA to Protein. Proteins. Chapter 13. Prokaryotes and Eukaryotes. The Path From Genes to Proteins. All proteins consist of polypeptide chains

From DNA to Protein. Proteins. Chapter 13. Prokaryotes and Eukaryotes. The Path From Genes to Proteins. All proteins consist of polypeptide chains Proteins From DNA to Protein Chapter 13 All proteins consist of polypeptide chains A linear sequence of amino acids Each chain corresponds to the nucleotide base sequence of a gene The Path From Genes

More information

Integrating Bioinformatics, Medical Sciences and Drug Discovery

Integrating Bioinformatics, Medical Sciences and Drug Discovery Integrating Bioinformatics, Medical Sciences and Drug Discovery M. Madan Babu Centre for Biotechnology, Anna University, Chennai - 600025 phone: 44-4332179 :: email: madanm1@rediffmail.com Bioinformatics

More information

Name Date Period. 2. When a molecule of double-stranded DNA undergoes replication, it results in

Name Date Period. 2. When a molecule of double-stranded DNA undergoes replication, it results in DNA, RNA, Protein Synthesis Keystone 1. During the process shown above, the two strands of one DNA molecule are unwound. Then, DNA polymerases add complementary nucleotides to each strand which results

More information

Pipe Cleaner Proteins. Essential question: How does the structure of proteins relate to their function in the cell?

Pipe Cleaner Proteins. Essential question: How does the structure of proteins relate to their function in the cell? Pipe Cleaner Proteins GPS: SB1 Students will analyze the nature of the relationships between structures and functions in living cells. Essential question: How does the structure of proteins relate to their

More information

Lecture 19: Proteins, Primary Struture

Lecture 19: Proteins, Primary Struture CPS260/BGT204.1 Algorithms in Computational Biology November 04, 2003 Lecture 19: Proteins, Primary Struture Lecturer: Pankaj K. Agarwal Scribe: Qiuhua Liu 19.1 The Building Blocks of Protein [1] Proteins

More information

Sequence Information. Sequence information. Good web sites. Sequence information. Sequence. Sequence

Sequence Information. Sequence information. Good web sites. Sequence information. Sequence. Sequence Sequence information Multiple Pair-wise SRS Entrez Comparisons Database searches Sequence Information Orthologue clusters Sequence Organell localisation Patterns Protein families Membrane attachment Bengt

More information

PRACTICE TEST QUESTIONS

PRACTICE TEST QUESTIONS PART A: MULTIPLE CHOICE QUESTIONS PRACTICE TEST QUESTIONS DNA & PROTEIN SYNTHESIS B 1. One of the functions of DNA is to A. secrete vacuoles. B. make copies of itself. C. join amino acids to each other.

More information

Introduction to Proteins and Enzymes

Introduction to Proteins and Enzymes Introduction to Proteins and Enzymes Basics of protein structure and composition The life of a protein Enzymes Theory of enzyme function Not all enzymes are proteins / not all proteins are enzymes Enzyme

More information

Quick Hit Activity Using UIL Science Contests For Formative and Summative Assessments of Pre-AP and AP Biology Students

Quick Hit Activity Using UIL Science Contests For Formative and Summative Assessments of Pre-AP and AP Biology Students Quick Hit Activity Using UIL Science Contests For Formative and Summative Assessments of Pre-AP and AP Biology Students Activity Title: Quick Hit Goal of Activity: To perform formative and summative assessments

More information

Genetic information (DNA) determines structure of proteins DNA RNA proteins cell structure 3.11 3.15 enzymes control cell chemistry ( metabolism )

Genetic information (DNA) determines structure of proteins DNA RNA proteins cell structure 3.11 3.15 enzymes control cell chemistry ( metabolism ) Biology 1406 Exam 3 Notes Structure of DNA Ch. 10 Genetic information (DNA) determines structure of proteins DNA RNA proteins cell structure 3.11 3.15 enzymes control cell chemistry ( metabolism ) Proteins

More information

The sequence of bases on the mrna is a code that determines the sequence of amino acids in the polypeptide being synthesized:

The sequence of bases on the mrna is a code that determines the sequence of amino acids in the polypeptide being synthesized: Module 3F Protein Synthesis So far in this unit, we have examined: How genes are transmitted from one generation to the next Where genes are located What genes are made of How genes are replicated How

More information

1 Mutation and Genetic Change

1 Mutation and Genetic Change CHAPTER 14 1 Mutation and Genetic Change SECTION Genes in Action KEY IDEAS As you read this section, keep these questions in mind: What is the origin of genetic differences among organisms? What kinds

More information

Protein Prospector and Ways of Calculating Expectation Values

Protein Prospector and Ways of Calculating Expectation Values Protein Prospector and Ways of Calculating Expectation Values 1/16 Aenoch J. Lynn; Robert J. Chalkley; Peter R. Baker; Mark R. Segal; and Alma L. Burlingame University of California, San Francisco, San

More information

Genetics Lecture Notes 7.03 2005. Lectures 1 2

Genetics Lecture Notes 7.03 2005. Lectures 1 2 Genetics Lecture Notes 7.03 2005 Lectures 1 2 Lecture 1 We will begin this course with the question: What is a gene? This question will take us four lectures to answer because there are actually several

More information

Module 10: Bioinformatics

Module 10: Bioinformatics Module 10: Bioinformatics 1.) Goal: To understand the general approaches for basic in silico (computer) analysis of DNA- and protein sequences. We are going to discuss sequence formatting required prior

More information

RNA and Protein Synthesis

RNA and Protein Synthesis Name lass Date RN and Protein Synthesis Information and Heredity Q: How does information fl ow from DN to RN to direct the synthesis of proteins? 13.1 What is RN? WHT I KNOW SMPLE NSWER: RN is a nucleic

More information

Algorithms in Computational Biology (236522) spring 2007 Lecture #1

Algorithms in Computational Biology (236522) spring 2007 Lecture #1 Algorithms in Computational Biology (236522) spring 2007 Lecture #1 Lecturer: Shlomo Moran, Taub 639, tel 4363 Office hours: Tuesday 11:00-12:00/by appointment TA: Ilan Gronau, Taub 700, tel 4894 Office

More information

Chapter 3: Biological Molecules. 1. Carbohydrates 2. Lipids 3. Proteins 4. Nucleic Acids

Chapter 3: Biological Molecules. 1. Carbohydrates 2. Lipids 3. Proteins 4. Nucleic Acids Chapter 3: Biological Molecules 1. Carbohydrates 2. Lipids 3. Proteins 4. Nucleic Acids Elements in Biological Molecules Biological macromolecules are made almost entirely of just 6 elements: Carbon (C)

More information

BIO 3350: ELEMENTS OF BIOINFORMATICS PARTIALLY ONLINE SYLLABUS

BIO 3350: ELEMENTS OF BIOINFORMATICS PARTIALLY ONLINE SYLLABUS BIO 3350: ELEMENTS OF BIOINFORMATICS PARTIALLY ONLINE SYLLABUS NEW YORK CITY COLLEGE OF TECHNOLOGY The City University Of New York School of Arts and Sciences Biological Sciences Department Course title:

More information

Regents Biology REGENTS REVIEW: PROTEIN SYNTHESIS

Regents Biology REGENTS REVIEW: PROTEIN SYNTHESIS Period Date REGENTS REVIEW: PROTEIN SYNTHESIS 1. The diagram at the right represents a portion of a type of organic molecule present in the cells of organisms. What will most likely happen if there is

More information

The Molecules of Cells

The Molecules of Cells The Molecules of Cells I. Introduction A. Most of the world s population cannot digest milk-based foods. 1. These people are lactose intolerant because they lack the enzyme lactase. 2. This illustrates

More information

Lecture 6: Single nucleotide polymorphisms (SNPs) and Restriction Fragment Length Polymorphisms (RFLPs)

Lecture 6: Single nucleotide polymorphisms (SNPs) and Restriction Fragment Length Polymorphisms (RFLPs) Lecture 6: Single nucleotide polymorphisms (SNPs) and Restriction Fragment Length Polymorphisms (RFLPs) Single nucleotide polymorphisms or SNPs (pronounced "snips") are DNA sequence variations that occur

More information

Essentials of Human Anatomy & Physiology 11 th Edition, 2015 Marieb

Essentials of Human Anatomy & Physiology 11 th Edition, 2015 Marieb A Correlation of Essentials of Human Anatomy Marieb To the Next Generation Science Standards Life A Correlation of, HS-LS1 From Molecules to Organisms: Structures and Processes HS-LS1-1. Construct an explanation

More information

12.1 The Role of DNA in Heredity

12.1 The Role of DNA in Heredity 12.1 The Role of DNA in Heredity Only in the last 50 years have scientists understood the role of DNA in heredity. That understanding began with the discovery of DNA s structure. In 1952, Rosalind Franklin

More information

AP BIOLOGY 2008 SCORING GUIDELINES (Form B)

AP BIOLOGY 2008 SCORING GUIDELINES (Form B) AP BIOLOGY 2008 SCORING GUIDELINES (Form B) Question 2 2. Many biological structures are composed of smaller units assembled into more complex structures having functions based on their structural organization.

More information

Disaccharides consist of two monosaccharide monomers covalently linked by a glycosidic bond. They function in sugar transport.

Disaccharides consist of two monosaccharide monomers covalently linked by a glycosidic bond. They function in sugar transport. 1. The fundamental life processes of plants and animals depend on a variety of chemical reactions that occur in specialized areas of the organism s cells. As a basis for understanding this concept: 1.

More information

A Multiple DNA Sequence Translation Tool Incorporating Web Robot and Intelligent Recommendation Techniques

A Multiple DNA Sequence Translation Tool Incorporating Web Robot and Intelligent Recommendation Techniques Proceedings of the 2007 WSEAS International Conference on Computer Engineering and Applications, Gold Coast, Australia, January 17-19, 2007 402 A Multiple DNA Sequence Translation Tool Incorporating Web

More information

Advanced Medicinal & Pharmaceutical Chemistry CHEM 5412 Dept. of Chemistry, TAMUK

Advanced Medicinal & Pharmaceutical Chemistry CHEM 5412 Dept. of Chemistry, TAMUK Advanced Medicinal & Pharmaceutical Chemistry CHEM 5412 Dept. of Chemistry, TAMUK Dai Lu, Ph.D. dlu@tamhsc.edu Tel: 361-221-0745 Office: RCOP, Room 307 Drug Discovery and Development Drug Molecules Medicinal

More information

Chapter 8. Movement across the Cell Membrane. AP Biology

Chapter 8. Movement across the Cell Membrane. AP Biology Chapter 8. Movement across the Cell Membrane More than just a barrier Expanding our view of cell membrane beyond just a phospholipid bilayer barrier phospholipids plus Fluid Mosaic Model In 1972, S.J.

More information

Similarity Searches on Sequence Databases: BLAST, FASTA. Lorenza Bordoli Swiss Institute of Bioinformatics EMBnet Course, Basel, October 2003

Similarity Searches on Sequence Databases: BLAST, FASTA. Lorenza Bordoli Swiss Institute of Bioinformatics EMBnet Course, Basel, October 2003 Similarity Searches on Sequence Databases: BLAST, FASTA Lorenza Bordoli Swiss Institute of Bioinformatics EMBnet Course, Basel, October 2003 Outline Importance of Similarity Heuristic Sequence Alignment:

More information

MUTATION, DNA REPAIR AND CANCER

MUTATION, DNA REPAIR AND CANCER MUTATION, DNA REPAIR AND CANCER 1 Mutation A heritable change in the genetic material Essential to the continuity of life Source of variation for natural selection New mutations are more likely to be harmful

More information

Tutorial for Proteomics Data Submission. Katalin F. Medzihradszky Robert J. Chalkley UCSF

Tutorial for Proteomics Data Submission. Katalin F. Medzihradszky Robert J. Chalkley UCSF Tutorial for Proteomics Data Submission Katalin F. Medzihradszky Robert J. Chalkley UCSF Why Have Guidelines? Large-scale proteomics studies create huge amounts of data. It is impossible/impractical to

More information

Actions of Hormones on Target Cells Page 1. Actions of Hormones on Target Cells Page 2. Goals/ What You Need to Know Goals What You Need to Know

Actions of Hormones on Target Cells Page 1. Actions of Hormones on Target Cells Page 2. Goals/ What You Need to Know Goals What You Need to Know Actions of Hormones on Target Cells Graphics are used with permission of: Pearson Education Inc., publishing as Benjamin Cummings (http://www.aw-bc.com) Page 1. Actions of Hormones on Target Cells Hormones

More information

Sequence Formats and Sequence Database Searches. Gloria Rendon SC11 Education June, 2011

Sequence Formats and Sequence Database Searches. Gloria Rendon SC11 Education June, 2011 Sequence Formats and Sequence Database Searches Gloria Rendon SC11 Education June, 2011 Sequence A is the primary structure of a biological molecule. It is a chain of residues that form a precise linear

More information

MAKING AN EVOLUTIONARY TREE

MAKING AN EVOLUTIONARY TREE Student manual MAKING AN EVOLUTIONARY TREE THEORY The relationship between different species can be derived from different information sources. The connection between species may turn out by similarities

More information

Sequencing the Human Genome

Sequencing the Human Genome Revised and Updated Edvo-Kit #339 Sequencing the Human Genome 339 Experiment Objective: In this experiment, students will read DNA sequences obtained from automated DNA sequencing techniques. The data

More information

Bob Jesberg. Boston, MA April 3, 2014

Bob Jesberg. Boston, MA April 3, 2014 DNA, Replication and Transcription Bob Jesberg NSTA Conference Boston, MA April 3, 2014 1 Workshop Agenda Looking at DNA and Forensics The DNA, Replication i and Transcription i Set DNA Ladder The Double

More information

Cells & Cell Organelles

Cells & Cell Organelles Cells & Cell Organelles The Building Blocks of Life H Biology Types of cells bacteria cells Prokaryote - no organelles Eukaryotes - organelles animal cells plant cells Cell size comparison Animal cell

More information

Biological Databases and Protein Sequence Analysis

Biological Databases and Protein Sequence Analysis Biological Databases and Protein Sequence Analysis Introduction M. Madan Babu, Center for Biotechnology, Anna University, Chennai 25, India Bioinformatics is the application of Information technology to

More information

Cancer Genomics: What Does It Mean for You?

Cancer Genomics: What Does It Mean for You? Cancer Genomics: What Does It Mean for You? The Connection Between Cancer and DNA One person dies from cancer each minute in the United States. That s 1,500 deaths each day. As the population ages, this

More information

A. A peptide with 12 amino acids has the following amino acid composition: 2 Met, 1 Tyr, 1 Trp, 2 Glu, 1 Lys, 1 Arg, 1 Thr, 1 Asn, 1 Ile, 1 Cys

A. A peptide with 12 amino acids has the following amino acid composition: 2 Met, 1 Tyr, 1 Trp, 2 Glu, 1 Lys, 1 Arg, 1 Thr, 1 Asn, 1 Ile, 1 Cys Questions- Proteins & Enzymes A. A peptide with 12 amino acids has the following amino acid composition: 2 Met, 1 Tyr, 1 Trp, 2 Glu, 1 Lys, 1 Arg, 1 Thr, 1 Asn, 1 Ile, 1 Cys Reaction of the intact peptide

More information

Interaktionen von RNAs und Proteinen

Interaktionen von RNAs und Proteinen Sonja Prohaska Computational EvoDevo Universitaet Leipzig June 9, 2015 Studying RNA-protein interactions Given: target protein known to bind to RNA problem: find binding partners and binding sites experimental

More information

AP Biology Essential Knowledge Student Diagnostic

AP Biology Essential Knowledge Student Diagnostic AP Biology Essential Knowledge Student Diagnostic Background The Essential Knowledge statements provided in the AP Biology Curriculum Framework are scientific claims describing phenomenon occurring in

More information

Control of Gene Expression

Control of Gene Expression Control of Gene Expression (Learning Objectives) Explain the role of gene expression is differentiation of function of cells which leads to the emergence of different tissues, organs, and organ systems

More information

Gene mutation and molecular medicine Chapter 15

Gene mutation and molecular medicine Chapter 15 Gene mutation and molecular medicine Chapter 15 Lecture Objectives What Are Mutations? How Are DNA Molecules and Mutations Analyzed? How Do Defective Proteins Lead to Diseases? What DNA Changes Lead to

More information

MASCOT Search Results Interpretation

MASCOT Search Results Interpretation The Mascot protein identification program (Matrix Science, Ltd.) uses statistical methods to assess the validity of a match. MS/MS data is not ideal. That is, there are unassignable peaks (noise) and usually

More information

Lecture Overview. Hydrogen Bonds. Special Properties of Water Molecules. Universal Solvent. ph Scale Illustrated. special properties of water

Lecture Overview. Hydrogen Bonds. Special Properties of Water Molecules. Universal Solvent. ph Scale Illustrated. special properties of water Lecture Overview special properties of water > water as a solvent > ph molecules of the cell > properties of carbon > carbohydrates > lipids > proteins > nucleic acids Hydrogen Bonds polarity of water

More information

Structure and Function of DNA

Structure and Function of DNA Structure and Function of DNA DNA and RNA Structure DNA and RNA are nucleic acids. They consist of chemical units called nucleotides. The nucleotides are joined by a sugar-phosphate backbone. The four

More information

Preliminary MFM Quiz

Preliminary MFM Quiz Preliminary MFM Quiz 1. The major carrier of chemical energy in all cells is: A) adenosine monophosphate B) adenosine diphosphate C) adenosine trisphosphate D) guanosine trisphosphate E) carbamoyl phosphate

More information

Core Bioinformatics. Degree Type Year Semester. 4313473 Bioinformàtica/Bioinformatics OB 0 1

Core Bioinformatics. Degree Type Year Semester. 4313473 Bioinformàtica/Bioinformatics OB 0 1 Core Bioinformatics 2014/2015 Code: 42397 ECTS Credits: 12 Degree Type Year Semester 4313473 Bioinformàtica/Bioinformatics OB 0 1 Contact Name: Sònia Casillas Viladerrams Email: Sonia.Casillas@uab.cat

More information

Systematic discovery of regulatory motifs in human promoters and 30 UTRs by comparison of several mammals

Systematic discovery of regulatory motifs in human promoters and 30 UTRs by comparison of several mammals Systematic discovery of regulatory motifs in human promoters and 30 UTRs by comparison of several mammals Xiaohui Xie 1, Jun Lu 1, E. J. Kulbokas 1, Todd R. Golub 1, Vamsi Mootha 1, Kerstin Lindblad-Toh

More information

Discovering Bioinformatics

Discovering Bioinformatics Discovering Bioinformatics Sami Khuri Natascha Khuri Alexander Picker Aidan Budd Sophie Chabanis-Davidson Julia Willingale-Theune English version ELLS European Learning Laboratory for the Life Sciences

More information

Expression and Purification of Recombinant Protein in bacteria and Yeast. Presented By: Puspa pandey, Mohit sachdeva & Ming yu

Expression and Purification of Recombinant Protein in bacteria and Yeast. Presented By: Puspa pandey, Mohit sachdeva & Ming yu Expression and Purification of Recombinant Protein in bacteria and Yeast Presented By: Puspa pandey, Mohit sachdeva & Ming yu DNA Vectors Molecular carriers which carry fragments of DNA into host cell.

More information

3120-1 - Page 1. Name:

3120-1 - Page 1. Name: Name: 1) Which series is arranged in correct order according to decreasing size of structures? A) DNA, nucleus, chromosome, nucleotide, nitrogenous base B) chromosome, nucleus, nitrogenous base, nucleotide,

More information