BNFO 602 Lecture 1 Usman Roshan.

Slides:



Advertisements
Similar presentations
DNA DNA is often called the blueprint of life.
Advertisements

© 2012 Pearson Education, Inc. Lecture by Edward J. Zalisko PowerPoint Lectures for Campbell Biology: Concepts & Connections, Seventh Edition Reece, Taylor,
GENETIC-CONCEPTS.
Single nucleotide polymorphisms and applications Usman Roshan BNFO 601.
Lecture 1 BNFO 601 Usman Roshan. Course overview Perl progamming language (and some Unix basics) –Unix basics –Intro Perl exercises –Dynamic programming.
Lecture 1 BNFO 135 Usman Roshan. Course overview Perl progamming language (and some Unix basics) –Unix basics –Intro Perl exercises –Programs for comparing.
Lecture 1 BNFO 240 Usman Roshan. Course overview Perl progamming language (and some Unix basics) Sequence alignment problem –Algorithm for exact pairwise.
Single nucleotide polymorphisms Usman Roshan. SNPs DNA sequence variations that occur when a single nucleotide is altered. Must be present in at least.
Lecture 1 BNFO 601 Usman Roshan. Course overview Perl progamming language (and some Unix basics) –Unix basics –Intro Perl exercises –Sequence alignment.
Chromosomes carry genetic information
Single nucleotide polymorphisms and applications Usman Roshan BNFO 601.
Lecture 1 BNFO 136 Usman Roshan. Course overview Pre-req: BNFO 135 or approval of instructor Python progamming language and Perl for continuing students.
Building Blocks of life Molecular Structure: DNA, RNA and amino acids Lecture 3.
DNA TEST STUDY GUIDE. 1. What is this a picture of? Nucleotides.
Genetic Code All of the information to make a new organism is contained in the chromosomes of the cell. Chromosomes are made of tightly coiled DNA or Deoxyribonucleic.
Proteins and DNA Chapter 3.
DNA & PROTEIN SYNTHESIS CHAPTERS 9 &10. Main Idea How are proteins made in our bodies?
DNA and Modern Genetics Chapter 5C. D eoxyribo N ucleic A cid DNA is a molecule that stores information that a cell needs to function, grow, & divide.
D. NUCLEIC ACIDS 1.ARE MADE OF THE ELEMENTS C,H,O,N,P.
1 2 DNA DNA.DNA is often called the blueprint of life. In simple terms, DNA contains the instructions for making proteins within the cell.
Genetics Chapter Twelve: The Code of Life 12.1 The Role of DNA in Heredity 12.2 DNA and Technology.
DNA and Modern Genetics Chapter 5. Chapter 5 Section 1 NOTES Page 135.
11.2 Notes DNA STRUCTURE. What is DNA? Deoxyribonucleic acid = DNA Deoxyribonucleic acid = DNA Heritable genetic information Heritable genetic information.
Chapter 11 DNA and GENES. DNA: The Molecule of Heredity DNA, the genetic material of organisms, is composed of four kinds nucleotides. A DNA molecule.
Proteins. Proteins Chains of amino acids Basic structure below:
Protein Synthesis Foldable
Genetic Variation Goal To learn the basic genetic mechanisms that determines the traits expressed by individuals in a population.
DNA, RNA & Genetics Notes
PROTEINS The final product of the DNA blueprint Hemoglobin.
DNA, proteins and proteomes VCE Biology Unit 3. Contents Structure of DNA Protein Synthesis Protein Formation Protein Function Proteome.
Overview DNA stands for d Deoxyribose Nucleic Acid Thinking Points What is the structure of DNA? Why is DNA so important?
Protein Structure  The structure of proteins can be described at 4 levels – primary, secondary, tertiary and quaternary.  Primary structure  The sequence.
DNA: Replication, Transcription, and Translation.
DNA Structure. Essential Questions for Today What is DNA? What is a gene? What is the basic structure of DNA? What is the function of DNA?
DNA Deoxyribose Nucleic Acid – is the information code to make an organism and controls the activities of the cell. –Mitosis copies this code so that all.
Genetics 101 Welcome to everything you wanted to know about Genetics!
DNA Structure and replication.  DNA (deoxyribonucleic Acid) carries the genetic code. DNA Structure.
Lecture 1 BNFO 601 Usman Roshan. Course overview Perl progamming language (and some Unix basics) –Unix basics –Intro Perl exercises –Dynamic programming.
Chromosomes. Chromosomes CCCChromosomes are strands of DNA bound to proteins EEEEach cell has two sets of chromosomes, one from the mother and.
You are what you eat!.  Deoxyribonucleic Acid  Long, double-stranded chain of nucleotides  Contains genetic code  Instructions for making the proteins.
Genetics 3.1 Genes. Essential Idea: Every living organism inherits a blueprint for life from its parents.
Human inheritance. Which human characteristics show a simple pattern of inheritance? Human inheritance.
Genetic Information How are chromosomes, genes and DNA related? What are their roles as repositories or “keepers & transmitters” of genetic information?
S ECTION 4.4 CELLS USE DNA AND RNA TO MAKE PROTEINS Objectives: How the structure of DNA stores information the cell needs How RNA is copied How RNA uses.
DNA and RNA Structure and Function Chapter 12 DNA DEOXYRIBONUCLEIC ACID Section 12-1.
Structure of DNA. Units of inheritance Chromosomes: in nucleus, made of DNA and proteins (histones) – carry GENES Chromosomes: in nucleus, made of DNA.
Protein Synthesis Foldable AHSGE STD 8.. Outside.
Nucleic Acids & Proteins
Genetics.
Lecture 1 BNFO 601 Usman Roshan.
How traits are passed from parents to offspring.
Protein Synthesis Foldable
Genetics Vocabulary REVIEW.
Protein Synthesis.
4.4 Cells use DNA and RNA to make proteins
Genetics Primer to Evolution
Structure, Function, Replication
Heredity Standard 7-2.
DNA Chromosome Allele The nucleus of a cell contains chromosomes which carry instructions for the growth and development of an organism. The chromosomes.
The Cell Cycle and Protein Synthesis
DNA and RNA.
Protein Synthesis.
Protein Synthesis Foldable
DNA.
Biological Chemistry.
BC Science Connections 10
What molecule is pictured?
Presentation transcript:

BNFO 602 Lecture 1 Usman Roshan

Bio background DNA Transcription and translation Proteins: folding and structure SNPs SNP genotyping, sequencing

Representing DNA in a format manipulatable by computers DNA is a double-helix molecule made up of four nucleotides: Adenosine (A) Cytosine (C) Thymine (T) Guanine (G) Since A (adenosine) always pairs with T (thymine) and C (cytosine) always pairs with G (guanine) knowing only one side of the ladder is enough We represent DNA as a sequence of letters where each letter could be A,C,G, or T. For example, for the helix shown here we would represent this as CAGT.

Transcription and translation

Amino acids Proteins are chains of amino acids. There are twenty different amino acids that chain in different ways to form different proteins. For example, FLLVALCCRFGH (this is how we could store it in a file) This sequence of amino acids folds to form a 3-D structure

Protein folding

Protein folding The protein folding problem is to determine the 3-D protein structure from the sequence. Experimental techniques are very expensive. Computational are cheap but difficult to solve. By comparing sequences we can deduce the evolutionary conserved portions which are also functional (most of the time).

Protein structure Primary structure: sequence of amino acids. Secondary structure: parts of the chain organizes itself into alpha helices, beta sheets, and coils. Helices and sheets are usually evolutionarily conserved and can aid sequence alignment. Tertiary structure: 3-D structure of entire chain Quaternary structure: Complex of several chains

Key points DNA can be represented as strings consisting of four letters: A, C, G, and T. They can be very long, e.g. thousands and even millions of letters Proteins are also represented as strings of 20 letters (each letter is an amino acid). Their 3-D structure determines the function to a large extent.

SNPs DNA sequence variations that occur when a single nucleotide is altered. Must be present in at least 1% of the population to be a SNP. Occur every 100 to 300 bases along the 3 billion-base human genome. Many have no effect on cell function but some could affect disease risk and drug response.

Toy example

SNPs on the chromosome

Bi-allelic SNPs Most SNPs have one of two nucleotides at a given position For example: A/G denotes the varying nucleotide as either A or G. We call each of these an allele Most SNPs have two alleles (bi-allelic)

SNP genotype We inherit two copies of each chromosome (one from each parent) For a given SNP the genotype defines the type of alleles we carry Example: for the SNP A/G one’s genotype may be AA if both copies of the chromosome have A GG if both copies of the chromosome have G AG or GA if one copy has A and the other has G The first two cases are called homozygous and latter two are heterozygous

SNP genotyping

Real SNPs SNP consortium: snp.cshl.org SNPedia: www.snpedia.com