Single Nucleotide Variant Analysis. H3ABioNet May 14, 2014

Size: px
Start display at page:

Download "Single Nucleotide Variant Analysis. H3ABioNet May 14, 2014"

Transcription

1 Single Nucleotide Variant Analysis H3ABioNet May 14, 2014

2 Outline What are SNPs and SNVs? How do we identify them? How do we call them? SAMTools GATK VCF File Format Let s call variants!

3 Single Nucleotide Polymorphisms (SNPs) A single-nucleotide polymorphism (SNP, pronounced "snip") is the variation in a single base of DNA that is present in at least 1% of the population.

4 Single Nucleotide Variants (SNVs) Single-nucleotide variants (SNVs) include both rare (<1%) common ( 1%) (SNP) variants of a single base pair SNV SNP

5 Subtypes of SNVs Coding SNV Synonymous Non-synonymous Missense Nonsense Non-coding SNV Non-coding regions of genes (ex. Introns) Intergenic regions (regions between genes)

6 Synonymous SNV Synonymous SNV Type : Single base pair change Where: Coding region (exon) Feature: No amino acid change

7 Non-synonymous SNV Non-synonymous SNV Type: Single base pair change Where: Coding region (exon) Feature: Amino acid change Two sub types: Missense and Non-sense

8 Missense mutation Missense Mutation Type : Single base pair change Where: Coding region (exon) Feature: One amino acid change

9 Nonsense Mutation Nonsense mutation Type : Single base pair change Where: Coding region (exon) Feature: Pre-mature stop (nonsense) codon -> protein truncation

10 Why are SNVs important? Human Disease The association with SNP and diseases OMIM, HGMD(Human Gene Mutation Database) Cancer Normal vs tumor sample Response to drugs, chemicals, and pathogens GWAS (Genome Wide Association Studies) GWAS Central

11 SNV Databases dbsnp (Single Nucleotide Polymorphism database) Up until v138 Only common variants (not disease related) COSMIC (Catalogue of Somatic Mutations in Cancer)

12 Outline What are SNVs and SNPs? How do we identify them? How do we call them? SAMTools GATK VCF File Format Let s call variants!

13 Identifying SNVs Identifying SNVs can be challenging and there are many tools available to help with this. Let s first look at what a SNV may look like. Assume the samples are from human (diploid)

14 Inheritance You inherit the genetic material from Mother Father You have 2 copies of each chromosome At any given base position then, the genotype should be either homozygous or heterozygous AA Homozygous AB Heterozygous

15 Allelic Fractions We can keep in mind allelic fractions when looking at SNVs Homozygous samples should have 100% of the bases showing one allele Heterozygous should be ~50/50 This gets complicated with cancer genomes

16 Calling SNVs Example 1 AACTACGGTCCGAGATAGAG GAACTACGGTCCGAGATAGA AGAACTACGGTCCGAGATAG TAGAACTACGGTCCGAGATA ATAGAACTACGGTCCGAGAT AATAGAACTACGGTCCGAGA TAATAGAACTACGGTCCGAG GTAATAGAACTACGGTCCGA TCGTAATAGAACTCCGGTCCGAGATAGAGGATAC Reference Homozygous C->A SNV.

17 Calling SNVs Example 2 AACTCCGGTCCGAGATAGAG GAACTCCGGTCCGAGATAGA AGAACTCCGGTCCGAGATAG TAGAACTCCGGTCCGAGATA ATAGAACTACGGTCCGAGAT AATAGAACTACGGTCCGAGA TAATAGAACTACGGTCCGAG GTAATAGAACTACGGTCCGA TCGTAATAGAACTCCGGTCCGAGATAGAGGATAC Heterozygous C->A SNV.

18 Calling SNVs Example 3 AACTCCGGTCCGAGATAGAG GAACTCCGGTCCGAGATAGA AGAACTCCGGTCCGAGATAG TAGAACTCCGGTCCGAGATA ATAGAACTCCGGTCCGAGAT AATAGAACTCCGGTCCGAGA TAATAGAACTCCGGTCCGAG GTAATAGAACTACGGTCCGA TCGTAATAGAACTCCGGTCCGAGATAGAGGATAC Is this an SNV?

19 Calling Variants To call variants you need to think about: Read depth (coverage) Base Quality Mapping Quality Sequencing errors Distribution within a read Strand bias Distinguishing what we would see from PCR bias

20 Read Depth (Coverage) Read depth (Coverage) refers to how many reads are covering a given base in the reference. GAACTACGGTCCGAGATAGA ATAGAACTACGGTCCGAGAT TAATAGAACTACGGTCCGAG GTAATAGAACTACGGTCCGA CCATACCAGTCGTAATAGAACTACGGTCCGAGATAGAGGATACACAGATTAGATAGGGATACCG Read Depth = 4 Read Depth = 1 Read Depth = 0

21 Depth AACTCCGGTCCGAGATAGAG GAACTCCGGTCCGAGATAGA AGAACTCCGGTCCGAGATAG TAGAACTCCGGTCCGAGATA ATAGAACTACGGTCCGAGAT AATAGAACTACGGTCCGAGA TAATAGAACTACGGTCCGAG GTAATAGAACTACGGTCCGA TCGTAATAGAACTCCGGTCCGAGATAGAGGATAC Do you call this an SNV? Why? Or Why not?

22 Depth GTAATAGAACTACGGTCCGA TCGTAATAGAACTCCGGTCCGAGATAGAGGATAC Do you call this an SNV? Why? Or Why not?

23 Depth Researchers typically want to have a depth of >8x at a given base position before attempting to make a SNV call. Need at least 3 reads with a variant to call it an SNV. Make sure to consider your average coverage of your sample Carefully set a threshold

24 Sequencing Errors Sequencing errors are random but See base quality trend Usually more errors towards the end of reads We would rarely see them at the same position in different reads AGAACTACGGTCCGAGACAG TAGAACTACGGTCTGAGATA ATAGAACTACGGTCCGAGAT AAAAGAACTACGGTCCGAGA TAATAGAACTACGGTCCCAG GTAATAGAACTCCGGTCCGA TCGTAATAGAACTACGGTCCGAGATAGAGGATAC

25 Distribution within a Read GTAATATAACTACGCTCCGA TCGTAATAGAACTCCGGTCCGAGATAGAGGATAC What is happening here? Multiple mismatches within a read is a sign of possible misalignments.

26 Why do Mis-alignments occur? We are forcing the aligner to compare our sequence reads against a known reference. The aligner tries to find the best alignment position against the reference provide. Contamination may still align if originating organism are similar enough.

27 Mis-alignments ATATAACTACGCTCCGAGAT AATATAACTACGCTCCGAGA TAATATAACTACGCTCCGAG GTAATATAACTACGCTCCGA TCGTAATAGAACTCCGGTCCGAGATAGAGGATAC It is possible all 3 mutations are true. More likely though this is a problematic region of the genome that have mis-alignment issues.

28 Gene Families A set of several similar genes, formed by duplication of a single original gene, and generally with similar biochemical functions Similar Sequences Gene families are typically problematic across a single genome.

29 Mis-alignments Always align against the whole genome of an organism even if we do targeted sequencing This will reduce the chances of mis-alignments Major human reference genomes contain Chr1-22, X and Y Many fragmented chromosomes

30 Strand Bias All evidence of a variant from either the forward or reverse strand. Implies problematic area in the genome or biases in capturing technology.

31 Strand Bias T T T T T T T T Variant

32 Strand Bias T T T Variant? T T T

33 Duplicated Reads PCR amplification results in the sequencing of duplicate reads. Can not distinguish when there were multiple fragments from the DNA OR when there was PCR amplification. To deal with PCR amplification we collapse our data.

34 Collapsed Data CATACCAGTC ACTACCATGT CATACCAGTC ACTACCATGT Would you CATACCAGTC ACTACCATGT call this a CATTCGTAAT -----ACCATGATAG variant? CATTCGTAAT -----ACCATGATAG CATTCGTAAT-----ACCATGATAG CATTCGTAAT-----ACCATGATAG CATTCGTAAT ATGTTAGATA CCATACCAGTCGTAATGAACTACCATGTTAGATACACAGATTAGATA Now? CATACCAGTC ACTACCATGT CATTCGTAAT-----ACCATGATAG CATTCGTAAT ATGTTAGATA CCATACCAGTCGTAATGAACTACCATGTTAGATACACAGATTAGATA

35 Ideal Case Lots of staggered reads Multiple reads supporting a variant Ideally in expected ratios (ie 1.0, 0.5, 0) Both strands Low number of variants in any of the read

SNP calling and VCF format

SNP calling and VCF format SNP calling and VCF format Laurent Falquet, Oct 12 SNP? What is this? A type of genetic variation, among others: Family of Single Nucleotide Aberrations Single Nucleotide Polymorphisms (SNPs) Single Nucleotide

More information

Read Mapping and Variant Calling. Johannes Starlinger

Read Mapping and Variant Calling. Johannes Starlinger Read Mapping and Variant Calling Johannes Starlinger Application Scenario: Personalized Cancer Therapy Different mutations require different therapy Collins, Meredith A., and Marina Pasca di Magliano.

More information

CS273B: Deep Learning in Genomics and Biomedicine. Recitation 1 30/9/2016

CS273B: Deep Learning in Genomics and Biomedicine. Recitation 1 30/9/2016 CS273B: Deep Learning in Genomics and Biomedicine. Recitation 1 30/9/2016 Topics Genetic variation Population structure Linkage disequilibrium Natural disease variants Genome Wide Association Studies Gene

More information

Introduction to Next Generation Sequencing (NGS) Andrew Parrish Exeter, 2 nd November 2017

Introduction to Next Generation Sequencing (NGS) Andrew Parrish Exeter, 2 nd November 2017 Introduction to Next Generation Sequencing (NGS) Andrew Parrish Exeter, 2 nd November 2017 Topics to cover today What is Next Generation Sequencing (NGS)? Why do we need NGS? Common approaches to NGS NGS

More information

Genetic Variation and Genome- Wide Association Studies. Keyan Salari, MD/PhD Candidate Department of Genetics

Genetic Variation and Genome- Wide Association Studies. Keyan Salari, MD/PhD Candidate Department of Genetics Genetic Variation and Genome- Wide Association Studies Keyan Salari, MD/PhD Candidate Department of Genetics How many of you did the readings before class? A. Yes, of course! B. Started, but didn t get

More information

Mutations during meiosis and germ line division lead to genetic variation between individuals

Mutations during meiosis and germ line division lead to genetic variation between individuals Mutations during meiosis and germ line division lead to genetic variation between individuals Types of mutations: point mutations indels (insertion/deletion) copy number variation structural rearrangements

More information

Mutation entries in SMA databases Guidelines for national curators

Mutation entries in SMA databases Guidelines for national curators 1 Mutation entries in SMA databases Guidelines for national curators GENERAL CONSIDERATIONS Role of the curator(s) of a national database Molecular data can be collected by many different ways. There are

More information

Chapter 14: Genes in Action

Chapter 14: Genes in Action Chapter 14: Genes in Action Section 1: Mutation and Genetic Change Mutation: Nondisjuction: a failure of homologous chromosomes to separate during meiosis I or the failure of sister chromatids to separate

More information

Gene mutation and DNA polymorphism

Gene mutation and DNA polymorphism Gene mutation and DNA polymorphism Outline of this chapter Gene Mutation DNA Polymorphism Gene Mutation Definition Major Types Definition A gene mutation is a change in the nucleotide sequence that composes

More information

Next Generation Sequencing: Data analysis for genetic profiling

Next Generation Sequencing: Data analysis for genetic profiling Next Generation Sequencing: Data analysis for genetic profiling Raed Samara, Ph.D. Global Product Manager Raed.Samara@QIAGEN.com Welcome to the NGS webinar series - 2015 NGS Technology Webinar 1 NGS: Introduction

More information

Midterm 1 Results. Midterm 1 Akey/ Fields Median Number of Students. Exam Score

Midterm 1 Results. Midterm 1 Akey/ Fields Median Number of Students. Exam Score Midterm 1 Results 10 Midterm 1 Akey/ Fields Median - 69 8 Number of Students 6 4 2 0 21 26 31 36 41 46 51 56 61 66 71 76 81 86 91 96 101 Exam Score Quick review of where we left off Parental type: the

More information

Introduction to the UCSC genome browser

Introduction to the UCSC genome browser Introduction to the UCSC genome browser Dominik Beck NHMRC Peter Doherty and CINSW ECR Fellow, Senior Lecturer Lowy Cancer Research Centre, UNSW and Centre for Health Technology, UTS SYDNEY NSW AUSTRALIA

More information

Bioinformatics small variants Data Analysis. Guidelines. genomescan.nl

Bioinformatics small variants Data Analysis. Guidelines. genomescan.nl Next Generation Sequencing Bioinformatics small variants Data Analysis Guidelines genomescan.nl GenomeScan s Guidelines for Small Variant Analysis on NGS Data Using our own proprietary data analysis pipelines

More information

RareVariantVis 2: R suite for analysis of rare variants in whole genome sequencing data.

RareVariantVis 2: R suite for analysis of rare variants in whole genome sequencing data. RareVariantVis 2: R suite for analysis of rare variants in whole genome sequencing data. Adam Gudyś and Tomasz Stokowy October 30, 2017 Introduction The search for causative genetic variants in rare diseases

More information

Hands-On Four Investigating Inherited Diseases

Hands-On Four Investigating Inherited Diseases Hands-On Four Investigating Inherited Diseases The purpose of these exercises is to introduce bioinformatics databases and tools. We investigate an important human gene and see how mutations give rise

More information

Population and Community Dynamics. The Hardy-Weinberg Principle

Population and Community Dynamics. The Hardy-Weinberg Principle Population and Community Dynamics The Hardy-Weinberg Principle Key Terms Population: same species, same place, same time Gene: unit of heredity. Controls the expression of a trait. Can be passed to offspring.

More information

An introduction to genetics and molecular biology

An introduction to genetics and molecular biology An introduction to genetics and molecular biology Cavan Reilly September 5, 2017 Table of contents Introduction to biology Some molecular biology Gene expression Mendelian genetics Some more molecular

More information

Higher Human Biology Unit 1: Human Cells Pupils Learning Outcomes

Higher Human Biology Unit 1: Human Cells Pupils Learning Outcomes Higher Human Biology Unit 1: Human Cells Pupils Learning Outcomes 1.1 Division and Differentiation in Human Cells I can state that cellular differentiation is the process by which a cell develops more

More information

Variant calling in NGS experiments

Variant calling in NGS experiments Variant calling in NGS experiments Jorge Jiménez jjimeneza@cipf.es BIER CIBERER Genomics Department Centro de Investigacion Principe Felipe (CIPF) (Valencia, Spain) 1 Index 1. NGS workflow 2. Variant calling

More information

Release Notes for Genomes Processed Using Complete Genomics Software

Release Notes for Genomes Processed Using Complete Genomics Software Release Notes for Genomes Processed Using Complete Genomics Software Version 1.11.0 Related Documents... 1 Changes to Version 1.11.0... 2 Changes to Version 1.10.0... 6 Changes to Version 1.9.0... 10 Changes

More information

USER MANUAL for the use of the human Genome Clinical Annotation Tool (h-gcat) uthors: Klaas J. Wierenga, MD & Zhijie Jiang, P PhD

USER MANUAL for the use of the human Genome Clinical Annotation Tool (h-gcat) uthors: Klaas J. Wierenga, MD & Zhijie Jiang, P PhD USER MANUAL for the use of the human Genome Clinical Annotation Tool (h-gcat)) Authors: Klaas J. Wierenga, MD & Zhijie Jiang, PhD First edition, May 2013 0 Introduction The Human Genome Clinical Annotation

More information

Linking Genetic Variation to Important Phenotypes

Linking Genetic Variation to Important Phenotypes Linking Genetic Variation to Important Phenotypes BMI/CS 776 www.biostat.wisc.edu/bmi776/ Spring 2018 Anthony Gitter gitter@biostat.wisc.edu These slides, excluding third-party material, are licensed under

More information

Concepts: What are RFLPs and how do they act like genetic marker loci?

Concepts: What are RFLPs and how do they act like genetic marker loci? Restriction Fragment Length Polymorphisms (RFLPs) -1 Readings: Griffiths et al: 7th Edition: Ch. 12 pp. 384-386; Ch.13 pp404-407 8th Edition: pp. 364-366 Assigned Problems: 8th Ch. 11: 32, 34, 38-39 7th

More information

Sequence Variations. Baxevanis and Ouellette, Chapter 7 - Sequence Polymorphisms. NCBI SNP Primer:

Sequence Variations. Baxevanis and Ouellette, Chapter 7 - Sequence Polymorphisms. NCBI SNP Primer: Sequence Variations Baxevanis and Ouellette, Chapter 7 - Sequence Polymorphisms NCBI SNP Primer: http://www.ncbi.nlm.nih.gov/about/primer/snps.html Overview Mutation and Alleles Linkage Genetic variation

More information

Bundle 5 Test Review

Bundle 5 Test Review Bundle 5 Test Review DNA vs. RNA DNA Replication Gene Mutations- Protein Synthesis 1. Label the different components and complete the complimentary base pairing. What is this molecule called? _Nucleic

More information

Oral Cleft Targeted Sequencing Project

Oral Cleft Targeted Sequencing Project Oral Cleft Targeted Sequencing Project Oral Cleft Group January, 2013 Contents I Quality Control 3 1 Summary of Multi-Family vcf File, Jan. 11, 2013 3 2 Analysis Group Quality Control (Proposed Protocol)

More information

From Variants to Pathways: Agilent GeneSpring GX s Variant Analysis Workflow

From Variants to Pathways: Agilent GeneSpring GX s Variant Analysis Workflow From Variants to Pathways: Agilent GeneSpring GX s Variant Analysis Workflow Technical Overview Import VCF Introduction Next-generation sequencing (NGS) studies have created unanticipated challenges with

More information

Answers to additional linkage problems.

Answers to additional linkage problems. Spring 2013 Biology 321 Answers to Assignment Set 8 Chapter 4 http://fire.biol.wwu.edu/trent/trent/iga_10e_sm_chapter_04.pdf Answers to additional linkage problems. Problem -1 In this cell, there two copies

More information

Gen e e n t e i t c c V a V ri r abi b li l ty Biolo l gy g Lec e tur u e e 9 : 9 Gen e et e ic I n I her e itan a ce

Gen e e n t e i t c c V a V ri r abi b li l ty Biolo l gy g Lec e tur u e e 9 : 9 Gen e et e ic I n I her e itan a ce Genetic Variability Biology 102 Lecture 9: Genetic Inheritance Asexual reproduction = daughter cells genetically identical to parent (clones) Sexual reproduction = offspring are genetic hybrids Tendency

More information

Exploring genomic databases: Practical session "

Exploring genomic databases: Practical session Exploring genomic databases: Practical session Work through the following practical exercises on your own. The objective of these exercises is to become familiar with the information available in each

More information

LATE-PCR. Linear-After-The-Exponential

LATE-PCR. Linear-After-The-Exponential LATE-PCR Linear-After-The-Exponential A Patented Invention of the Laboratory of Human Genetics and Reproductive Biology Lab. Director: Lawrence J. Wangh, Ph.D. Department of Biology, Brandeis University,

More information

Bio 6 Natural Selection Lab

Bio 6 Natural Selection Lab Bio 6 Natural Selection Lab Overview In this laboratory you will demonstrate the process of evolution by natural selection by carrying out a predator/prey simulation. Through this exercise you will observe

More information

SENIOR BIOLOGY. Blueprint of life and Genetics: the Code Broken? INTRODUCTORY NOTES NAME SCHOOL / ORGANISATION DATE. Bay 12, 1417.

SENIOR BIOLOGY. Blueprint of life and Genetics: the Code Broken? INTRODUCTORY NOTES NAME SCHOOL / ORGANISATION DATE. Bay 12, 1417. SENIOR BIOLOGY Blueprint of life and Genetics: the Code Broken? NAME SCHOOL / ORGANISATION DATE Bay 12, 1417 Bay number Specimen number INTRODUCTORY NOTES Blueprint of Life In this part of the workshop

More information

Genetics module. DNA Structure, Replication. The Genetic Code; Transcription and Translation. Principles of Heredity; Gene Mapping

Genetics module. DNA Structure, Replication. The Genetic Code; Transcription and Translation. Principles of Heredity; Gene Mapping Genetics module Lectures DNA Structure, Replication The Genetic Code; Transcription and Translation Principles of Heredity; Gene Mapping Controlling Gene Expression Mutation and Cancer Textbook: Introduction

More information

Variant Analysis. CB2-201 Computational Biology and Bioinformatics! February 27, Emidio Capriotti!

Variant Analysis. CB2-201 Computational Biology and Bioinformatics! February 27, Emidio Capriotti! Variant Analysis CB2-201 Computational Biology and Bioinformatics February 27, 2015 Emidio Capriotti http://biofold.org/emidio Division of Informatics Department of Pathology Variant Call Format The final

More information

BIOSTATISTICS FOR TRANSLATIONAL & CLINICAL RESEARCH. Genetic Variation & CANCERS

BIOSTATISTICS FOR TRANSLATIONAL & CLINICAL RESEARCH. Genetic Variation & CANCERS BIOSTATISTICS FOR TRANSLATIONAL & CLINICAL RESEARCH Genetic Variation & CANCERS One man who drinks alcohol and smokes cigarettes lives to age 90 without getting liver or lung cancer; another man who smokes

More information

TaqMan SNP Genotyping

TaqMan SNP Genotyping TaqMan SNP Genotyping What is Sickle-cell Anemia? Healthy Cells Hemoglobin Heme + 2 α & 2 β- globin molecules Heme binds O 2 2 Sickle-shaped cells Mutation causes hemoglobin to cluster together when O

More information

Targeted resequencing

Targeted resequencing Targeted resequencing Sarah Calvo, Ph.D. Computational Biologist Vamsi Mootha laboratory Snapshots of Genome Wide Analysis in Human Disease (MPG), 4/20/2010 Vamsi Mootha, PI How can I assess a small genomic

More information

Introduction to Bioinformatics

Introduction to Bioinformatics Introduction to Bioinformatics Richard Corbett Canada s Michael Smith Genome Sciences Centre Vancouver, British Columbia June 28, 2017 Our mandate is to advance knowledge about cancer and other diseases

More information

EOC Review Reporting Category 2 Mechanisms of Genetics

EOC Review Reporting Category 2 Mechanisms of Genetics EOC Review Reporting Category 2 Mechanisms of Genetics The student will demonstrate an understanding of the mechanisms of genetics. Langham Creek High School 2012-2013 By PresenterMedia.com TEK 6A Identify

More information

Axiom mydesign Custom Array design guide for human genotyping applications

Axiom mydesign Custom Array design guide for human genotyping applications TECHNICAL NOTE Axiom mydesign Custom Genotyping Arrays Axiom mydesign Custom Array design guide for human genotyping applications Overview In the past, custom genotyping arrays were expensive, required

More information

Personal Genomics Platform White Paper Last Updated November 15, Executive Summary

Personal Genomics Platform White Paper Last Updated November 15, Executive Summary Executive Summary Helix is a personal genomics platform company with a simple but powerful mission: to empower every person to improve their life through DNA. Our platform includes saliva sample collection,

More information

How about the genes? Biology or Genes? DNA Structure. DNA Structure DNA. Proteins. Life functions are regulated by proteins:

How about the genes? Biology or Genes? DNA Structure. DNA Structure DNA. Proteins. Life functions are regulated by proteins: Biology or Genes? Biological variation Genetics This is what we think of when we say biological differences Race implies genetics Physiology Not all physiological variation is genetically mediated Tanning,

More information

Introduction to Pharmacogenetics Competency

Introduction to Pharmacogenetics Competency Introduction to Pharmacogenetics Competency Updated on 6/2015 Pre-test Question # 1 Pharmacogenetics is the study of how genetic variations affect drug response a) True b) False Pre-test Question # 2 Pharmacogenetic

More information

Mutations and Disease

Mutations and Disease Mutations and Disease Objectives and lecture plan Describe what are mutations Explain how do we identify mutations Explain how and why mutant proteins lead to disease Describe what kinds of DNA mutations

More information

Identification of the Photoreceptor Transcriptional Co-Repressor SAMD11 as Novel Cause of. Autosomal Recessive Retinitis Pigmentosa

Identification of the Photoreceptor Transcriptional Co-Repressor SAMD11 as Novel Cause of. Autosomal Recessive Retinitis Pigmentosa Identification of the Photoreceptor Transcriptional Co-Repressor SAMD11 as Novel Cause of Autosomal Recessive Retinitis Pigmentosa Corton M 1,2 *, Avila-Fernández A 1,2, Campello L 3, Sánchez M 1,2, Benavides

More information

FORENSIC GENETICS. DNA in the cell FORENSIC GENETICS PERSONAL IDENTIFICATION KINSHIP ANALYSIS FORENSIC GENETICS. Sources of biological evidence

FORENSIC GENETICS. DNA in the cell FORENSIC GENETICS PERSONAL IDENTIFICATION KINSHIP ANALYSIS FORENSIC GENETICS. Sources of biological evidence FORENSIC GENETICS FORENSIC GENETICS PERSONAL IDENTIFICATION KINSHIP ANALYSIS FORENSIC GENETICS Establishing human corpse identity Crime cases matching suspect with evidence Paternity testing, even after

More information

Protein Synthesis

Protein Synthesis HEBISD Student Expectations: Identify that RNA Is a nucleic acid with a single strand of nucleotides Contains the 5-carbon sugar ribose Contains the nitrogen bases A, G, C and U instead of T. The U is

More information

Identification of Single Nucleotide Polymorphisms and associated Disease Genes using NCBI resources

Identification of Single Nucleotide Polymorphisms and associated Disease Genes using NCBI resources Identification of Single Nucleotide Polymorphisms and associated Disease Genes using NCBI resources Navreet Kaur M.Tech Student Department of Computer Engineering. University College of Engineering, Punjabi

More information

Genome Sequence Assembly

Genome Sequence Assembly Genome Sequence Assembly Learning Goals: Introduce the field of bioinformatics Familiarize the student with performing sequence alignments Understand the assembly process in genome sequencing Introduction:

More information

BA, BSc, and MSc Degree Examinations

BA, BSc, and MSc Degree Examinations Examination Candidate Number: Desk Number: BA, BSc, and MSc Degree Examinations 2017-8 Department : BIOLOGY Title of Exam: Genetics Time Allowed: 1 hour and 30 minutes Marking Scheme: Total marks available

More information

Cancer Genetics Solutions

Cancer Genetics Solutions Cancer Genetics Solutions Cancer Genetics Solutions Pushing the Boundaries in Cancer Genetics Cancer is a formidable foe that presents significant challenges. The complexity of this disease can be daunting

More information

Themes: RNA and RNA Processing. Messenger RNA (mrna) What is a gene? RNA is very versatile! RNA-RNA interactions are very important!

Themes: RNA and RNA Processing. Messenger RNA (mrna) What is a gene? RNA is very versatile! RNA-RNA interactions are very important! Themes: RNA is very versatile! RNA and RNA Processing Chapter 14 RNA-RNA interactions are very important! Prokaryotes and Eukaryotes have many important differences. Messenger RNA (mrna) Carries genetic

More information

Terminology: chromosome; gene; allele; proteins; enzymes

Terminology: chromosome; gene; allele; proteins; enzymes Title Workshop on genetic disease and gene therapy Authors Danielle Higham (BSc Genetics), Dr. Maggy Fostier Contact Maggy.fostier@manchester.ac.uk Target level KS4 science, GCSE (or A-level) Publication

More information

AP BIOLOGY Population Genetics and Evolution Lab

AP BIOLOGY Population Genetics and Evolution Lab AP BIOLOGY Population Genetics and Evolution Lab In 1908 G.H. Hardy and W. Weinberg independently suggested a scheme whereby evolution could be viewed as changes in the frequency of alleles in a population

More information

Genome variation - part 1

Genome variation - part 1 Genome variation - part 1 Dr Jason Wong Prince of Wales Clinical School Introductory bioinformatics for human genomics workshop, UNSW Day 2 Friday 21 th January 2016 Aims of the session Introduce major

More information

Genome-wide association studies (GWAS) Part 1

Genome-wide association studies (GWAS) Part 1 Genome-wide association studies (GWAS) Part 1 Matti Pirinen FIMM, University of Helsinki 03.12.2013, Kumpula Campus FIMM - Institiute for Molecular Medicine Finland www.fimm.fi Published Genome-Wide Associations

More information

Conifer Translational Genomics Network Coordinated Agricultural Project

Conifer Translational Genomics Network Coordinated Agricultural Project Conifer Translational Genomics Network Coordinated Agricultural Project Genomics in Tree Breeding and Forest Ecosystem Management ----- Module 2 Genes, Genomes, and Mendel Nicholas Wheeler & David Harry

More information

4.1. Genetics as a Tool in Anthropology

4.1. Genetics as a Tool in Anthropology 4.1. Genetics as a Tool in Anthropology Each biological system and every human being is defined by its genetic material. The genetic material is stored in the cells of the body, mainly in the nucleus of

More information

Chapter 8: DNA and RNA

Chapter 8: DNA and RNA Chapter 8: DNA and RNA Lecture Outline Enger, E. D., Ross, F. C., & Bailey, D. B. (2012). Concepts in biology (14th ed.). New York: McGraw- Hill. 1 8-1 DNA and the Importance of Proteins Proteins play

More information

Introduction to Basic Human Genetics. Professor Hanan Hamamy Department of Genetic Medicine and Development Geneva University Switzerland

Introduction to Basic Human Genetics. Professor Hanan Hamamy Department of Genetic Medicine and Development Geneva University Switzerland Introduction to Basic Human Genetics Professor Hanan Hamamy Department of Genetic Medicine and Development Geneva University Switzerland Training Course in Sexual and Reproductive Health Research Geneva

More information

Incorporating Molecular ID Technology. Accel-NGS 2S MID Indexing Kits

Incorporating Molecular ID Technology. Accel-NGS 2S MID Indexing Kits Incorporating Molecular ID Technology Accel-NGS 2S MID Indexing Kits Molecular Identifiers (MIDs) MIDs are indices used to label unique library molecules MIDs can assess duplicate molecules in sequencing

More information

Bio 311 Learning Objectives

Bio 311 Learning Objectives Bio 311 Learning Objectives This document outlines the learning objectives for Biol 311 (Principles of Genetics). Biol 311 is part of the BioCore within the Department of Biological Sciences; therefore,

More information

PCR Amplification of The Human Dimorphic Alu PV92 Site 3/17 Honors Biomedical Science 2 Redwood High School Name: [ETRLMBR]

PCR Amplification of The Human Dimorphic Alu PV92 Site 3/17 Honors Biomedical Science 2 Redwood High School Name: [ETRLMBR] PCR Amplification of The Human Dimorphic Alu PV92 Site 3/17 Honors Biomedical Science 2 Redwood High School Name: [ETRLMBR] Background T he human genome (the total sum of our genetic makeup) is made up

More information

Variant detection analysis in the BRCA1/2 genes from Ion torrent PGM data

Variant detection analysis in the BRCA1/2 genes from Ion torrent PGM data Variant detection analysis in the BRCA1/2 genes from Ion torrent PGM data Bruno Zeitouni Bionformatics department of the Institut Curie Inserm U900 Mines ParisTech Ion Torrent User Meeting 2012, October

More information

Next-Generation Sequencing. Technologies

Next-Generation Sequencing. Technologies Next-Generation Next-Generation Sequencing Technologies Sequencing Technologies Nicholas E. Navin, Ph.D. MD Anderson Cancer Center Dept. Genetics Dept. Bioinformatics Introduction to Bioinformatics GS011062

More information

Welcome to the NGS webinar series

Welcome to the NGS webinar series Welcome to the NGS webinar series Webinar 1 NGS: Introduction to technology, and applications NGS Technology Webinar 2 Targeted NGS for Cancer Research NGS in cancer Webinar 3 NGS: Data analysis for genetic

More information

Basic Concepts of Human Genetics

Basic Concepts of Human Genetics Basic Concepts of Human Genetics The genetic information of an individual is contained in 23 pairs of chromosomes. Every human cell contains the 23 pair of chromosomes. One pair is called sex chromosomes

More information

GENETICS. I. Review of DNA/RNA A. Basic Structure DNA 3 parts that make up a nucleotide chains wrap around each other to form a

GENETICS. I. Review of DNA/RNA A. Basic Structure DNA 3 parts that make up a nucleotide chains wrap around each other to form a GENETICS I. Review of DNA/RNA A. Basic Structure DNA 3 parts that make up a nucleotide 1. 2. 3. chains wrap around each other to form a Chains run in opposite direction known as Type of bond between the

More information

Genes and Proteins in Health. and Disease

Genes and Proteins in Health. and Disease Genes and Health and I can describe the structure of proteins All proteins contain the chemical elements Carbon, Hydrogen, Oxygen and Nitrogen. Some also contain sulphur. Proteins are built from subunits

More information

Chapter 23: The Evolution of Populations. 1. Populations & Gene Pools. Populations & Gene Pools 12/2/ Populations and Gene Pools

Chapter 23: The Evolution of Populations. 1. Populations & Gene Pools. Populations & Gene Pools 12/2/ Populations and Gene Pools Chapter 23: The Evolution of Populations 1. Populations and Gene Pools 2. Hardy-Weinberg Equilibrium 3. A Closer Look at Natural Selection 1. Populations & Gene Pools Chapter Reading pp. 481-484, 488-491

More information

Genetic Equilibrium: Human Diversity Student Version

Genetic Equilibrium: Human Diversity Student Version Genetic Equilibrium: Human Diversity Student Version Key Concepts: A population is a group of organisms of the same species that live and breed in the same area. Alleles are alternate forms of genes. In

More information

Student Sheet 1.1: KWL Chart

Student Sheet 1.1: KWL Chart Student s Name Date Class Student Sheet 1.1: KWL Chart Topic: K W L What do you Know? What do you Want to know? What did you Learn? Lesson 1 / Pre-Assessment: Genes and Molecular Machines Student s Name

More information

Mutagenesis. Classification of mutation. Spontaneous Base Substitution. Molecular Mutagenesis. Limits to DNA Pol Fidelity.

Mutagenesis. Classification of mutation. Spontaneous Base Substitution. Molecular Mutagenesis. Limits to DNA Pol Fidelity. Mutagenesis 1. Classification of mutation 2. Base Substitution 3. Insertion Deletion 4. s 5. Chromosomal Aberration 6. Repair Mechanisms Classification of mutation 1. Definition heritable change in DNA

More information

Genetic load. For the organism as a whole (its genome, and the species), what is the fitness cost of deleterious mutations?

Genetic load. For the organism as a whole (its genome, and the species), what is the fitness cost of deleterious mutations? Genetic load For the organism as a whole (its genome, and the species), what is the fitness cost of deleterious mutations? Anth/Biol 5221, 25 October 2017 We saw that the expected frequency of deleterious

More information

Human SNP haplotypes. Statistics 246, Spring 2002 Week 15, Lecture 1

Human SNP haplotypes. Statistics 246, Spring 2002 Week 15, Lecture 1 Human SNP haplotypes Statistics 246, Spring 2002 Week 15, Lecture 1 Human single nucleotide polymorphisms The majority of human sequence variation is due to substitutions that have occurred once in the

More information

BST227 Introduction to Statistical Genetics. Lecture 8: Variant calling from high-throughput sequencing data

BST227 Introduction to Statistical Genetics. Lecture 8: Variant calling from high-throughput sequencing data BST227 Introduction to Statistical Genetics Lecture 8: Variant calling from high-throughput sequencing data 1 PC recap typical genome Differs from the reference genome at 4-5 million sites ~85% SNPs ~15%

More information

7-1. Read this exercise before you come to the laboratory. Review the lecture notes from October 15 (Hardy-Weinberg Equilibrium)

7-1. Read this exercise before you come to the laboratory. Review the lecture notes from October 15 (Hardy-Weinberg Equilibrium) 7-1 Biology 1001 Lab 7: POPULATION GENETICS PREPARTION Read this exercise before you come to the laboratory. Review the lecture notes from October 15 (Hardy-Weinberg Equilibrium) OBECTIVES At the end of

More information

SCI-02 Evolution: A Primer Session 1, 12 Sept. 2017

SCI-02 Evolution: A Primer Session 1, 12 Sept. 2017 SCI-02 Evolution: A Primer Session 1, 12 Sept. 2017 Location: Old U Park Room 151 4 weeks: 9/12/2017-10/3/2017 Meets 8:45 AM-10:00 AM ADT on Tuesdays Instructor Ed Murphy Email: ecmurphy@alaska.edu Ed

More information

RNA-Sequencing analysis

RNA-Sequencing analysis RNA-Sequencing analysis Markus Kreuz 25. 04. 2012 Institut für Medizinische Informatik, Statistik und Epidemiologie Content: Biological background Overview transcriptomics RNA-Seq RNA-Seq technology Challenges

More information

Genomic Research: Issues to Consider. IRB Brown Bag August 28, 2014 Sharon Aufox, MS, LGC

Genomic Research: Issues to Consider. IRB Brown Bag August 28, 2014 Sharon Aufox, MS, LGC Genomic Research: Issues to Consider IRB Brown Bag August 28, 2014 Sharon Aufox, MS, LGC Outline Key genomic terms and concepts Issues in genomic research Consent models Types of findings Returning results

More information

Gene Regulation & Mutation 8.6,8.7

Gene Regulation & Mutation 8.6,8.7 Gene Regulation & Mutation 8.6,8.7 Eukaryotic Gene Regulation Transcription factors: ensure proteins are made at right time and in right amounts. One type forms complexes that guide & stabilize binding

More information

MRC-Holland MLPA. Description version 12; 27 November 2015

MRC-Holland MLPA. Description version 12; 27 November 2015 SALSA MLPA probemix P079-A3 OTC Lot A3-1015. As compared to previous version (lot A2-0211), 5 reference probes have been replaced. Also, 8 reference probes and the TSPAN7 flanking probe have been removed.

More information

Chapter 13. From DNA to Protein

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

More information

Oncomine cfdna Assays Part III: Variant Analysis

Oncomine cfdna Assays Part III: Variant Analysis Oncomine cfdna Assays Part III: Variant Analysis USER GUIDE for use with: Oncomine Lung cfdna Assay Oncomine Colon cfdna Assay Oncomine Breast cfdna Assay Catalog Numbers A31149, A31182, A31183 Publication

More information

DNA segment: T A C T G T G G C A A A

DNA segment: T A C T G T G G C A A A DNA Structure, Replication, Protein Synthesis & Name Period Genetics Study Guide Chapter 12 and 13 Structure of DNA and Protein Synthesis 1. What macromolecule is coded for by genes located on DNA? Provide

More information

Autozygosity by difference a method for locating autosomal recessive mutations. Geoff Pollott

Autozygosity by difference a method for locating autosomal recessive mutations. Geoff Pollott Autozygosity by difference a method for locating autosomal recessive mutations Geoff Pollott Background Mutations occur regularly in all species Autosomal recessive conditions arise in most breeds from

More information

Bio 101 Sample questions: Chapter 10

Bio 101 Sample questions: Chapter 10 Bio 101 Sample questions: Chapter 10 1. Which of the following is NOT needed for DNA replication? A. nucleotides B. ribosomes C. Enzymes (like polymerases) D. DNA E. all of the above are needed 2 The information

More information

Bundle 6 Test Review

Bundle 6 Test Review Bundle 6 Test Review DNA vs. RNA DNA Replication Gene Mutations- Protein Synthesis 1. Label the different components and complete the complimentary base pairing. What is this molecule called? Deoxyribonucleic

More information

Targeted Sequencing Reveals Large-Scale Sequence Polymorphism in Maize Candidate Genes for Biomass Production and Composition

Targeted Sequencing Reveals Large-Scale Sequence Polymorphism in Maize Candidate Genes for Biomass Production and Composition RESEARCH ARTICLE Targeted Sequencing Reveals Large-Scale Sequence Polymorphism in Maize Candidate Genes for Biomass Production and Composition Moses M. Muraya 1,2, Thomas Schmutzer 1 *, Chris Ulpinnis

More information

The Mosaic Nature of Genomes

The Mosaic Nature of Genomes The Mosaic Nature of Genomes n DNA sequence is not static Mutations of single bases Large deletions Large insertions of sequence n Transferred from other species n New functions useful in particular situations

More information

Genetics and Biotechnology Chapter 13

Genetics and Biotechnology Chapter 13 1 Genetics and Biotechnology Chapter 13 Selective breeding is used to produce organisms with desired traits. I. Applied Genetics A. Selective Breeding 1. Definedthe process by which desired traits of certain

More information

AS91159 Demonstrate understanding of gene expression

AS91159 Demonstrate understanding of gene expression AS91159 Demonstrate understanding of gene expression Mutations and Metabolic Pathways (2015,2) In 1941 biologists George Beadle and Edward Tatum exposed the bread mould Neurospora crassa to radiation.

More information

Basic Concepts of Human Genetics

Basic Concepts of Human Genetics Basic oncepts of Human enetics The genetic information of an individual is contained in 23 pairs of chromosomes. Every human cell contains the 23 pair of chromosomes. ne pair is called sex chromosomes

More information

PV92 PCR Bio Informatics

PV92 PCR Bio Informatics Purpose of PCR Chromosome 16 PV92 PV92 PCR Bio Informatics Alu insert, PV92 locus, chromosome 16 Introduce the polymerase chain reaction (PCR) technique Apply PCR to population genetics Directly measure

More information

STR Profiling Matching Criteria: Establishment and Importance of a Cell Line Database

STR Profiling Matching Criteria: Establishment and Importance of a Cell Line Database STR Profiling Matching Criteria: Establishment and Importance of a Cell Line Database Margaret Kline Applied Group Biochemical Science Division Chemical Science and Technology Laboratory National Institute

More information

LightScanner Hi-Res Melting Comparison of Six Master Mixes for Scanning and Small Amplicon and LunaProbes Genotyping

LightScanner Hi-Res Melting Comparison of Six Master Mixes for Scanning and Small Amplicon and LunaProbes Genotyping LightScanner Hi-Res Melting Comparison of Six Master Mixes for Scanning and Small Amplicon and LunaProbes Genotyping Introduction Commercial master mixes are convenient and cost-effective solutions for

More information

Biology 3201 Grading Standards June 2005

Biology 3201 Grading Standards June 2005 Biology 3201 Grading Standards June 2005 Pre-Marking Appraisal The June 2005 biology exam was considered a fair exam, well designed, and of reasonable length and difficulty For item #4, both (B) and (C)

More information