Genomics and Bioinformatics The "new" biology
What is genomics Genome All the DNA contained in the cell of an organism Genomics The comprehensive study of the interactions and functional dynamics of whole sets of genes and their products. (NIAAA, NIH) A "scaled-up" version of genetics research in which scientists can look at all of the genes in a living creature at the same time. (NIGMS, NIH) Which organism’s genome was sequenced first?
Genome sequencing chronology YearOrganismSignificance Genome size (bp) Number of genes 1977 Bacteriophage fX174 First genome ever! 5, Human mitochondria First organelle 16, Haemophilus influenzae Rd First free- living organism 1,830,137~3, Saccharomyces cerevisiae First eukaryote 12,086,000~6,
Genome sequencing chronology YearOrganismSignificance Genome size (bp) Number of genes 1998 Caenorhab- ditis elegans First multi- cellular organism 97,000,000~19, Human chromosome 22 First human chromosome 49,000, Arabidopsis thaliana First plant genome 150,000,000~25, Human First human genome 3,000,000,000~30,
Genome sequencing projects (as of 1/26,2007)
Sequencing strategies: Hierarchical shotgun sequencing
Genome size range What’re there in the genomes? Why are there such a big difference? viruses plasmids bacteria fungi plants algae insects mollusks reptiles birds mammals bony fish amphibians
Information contents in a genome Gene Protein coding genes RNA genes Regulatory elements Gene expression control Chromatin remodeling Matrix attachment sites “Non-functional” elements Selfish elements “Junk” DNA ??
The “central dogma” of molecular biology Central dogma DNA RNA Protein Transcription Translation Replication
Expanded “central dogma” of molecular biology A more comprehensive view DNA RNA Protein Transcription Translation Replication Metabolite Pheno- type
New disciplines due to the advance in genomics Omics DNA RNA Protein Transcription Translation Replication Metabolite Pheno- type Structural genomics Transcriptomics Proteomics Metabolomics Genomic DNA sequences Transcript seq Microarray data Cis-elements TF binding sites Epigenetic regulation Shotgun protein seq Subcellular location Post-translational mod Protein interaction Protein structure Metabolite concn Metabolic flux Genetic interactions Systematic KO Disease information
Nature omics gateway
Three perspectives of our biological world The cellular level, the individual, the tree of life Rosenzweig et al., Conservation Biol. Image: htto:// Image: ~10 14 cells per individual2-100x10 6 species~3x10 4 genes
Further complications Cell-cell interactions Cell types Environmental conditions Developmental programming Interactions at the organismal level Interactions at the population, ecosystem level
Definition of bioinformatics Bioinformatics Research, development, or application of Computational tools and approaches for expanding the use of Biological, medical, behavioral or health data, including those to Acquire, store, organize, archive, analyze, or visualize such data. Computational biology The development and application of Data-analytical and theoretical methods, mathematical modeling and computational simulation techniques to The study of biological, behavioral, and social systems Q: What kinds of data are we taking about?
Example: Sequence assembly Cut into ~150kb pieces Clone into Bacterial Artificial Chromosome (BAC) Mapped to determine order of the BAC clones (golden/tiling path) Shear a BAC clone randomly Sequencing Assembie sequence reads
Sequence assembly Challenges The presence of gaps Due to incomplete coverage Sequencing error and quality issue: worse at the end of reactions So can’t rely on perfectly identical sequences all the time Sequences derived from one strand of DNA Need to take orientations of reads into account Non-random sequencing of DNA Presence of repeats Correct layout Mis-assembly
Overlap-layout consensus The relationships between reads can be represented as a graph Nodes (vertices): reads Edges (lines): connecting “overlapping reads” Goal: identifying a path through that graph that visits each node exactly once Genome
Example: Gene prediction How can we identify functional elements in the genomes? How can we assign functions to these elements? How can we determine/predict the structures of these elements? How can we reconstruct networks describing the relationships and dynamics between these elements? How can we link genotypes to phenotypes?
Characteristic of protein coding genes Similarity to other genes Assuming there is some level of conservation. Substitutions that change amino acids vs. those that won’t.
Hidden Markov Model and gene finding Goal: Choose a path that maximize the probability that you will enjoy the trip (or the other way around if you wish) How is the probability determined? p = p(EL-CHI)*p(CHI-MAD) = 0.5*0.4 = 0.2
Example: Sequence alignment Align retinol-binding protein and b-lactoglobulin 1 MKWVWALLLLAAWAAAERDCRVSSFRVKENFDKARFSGTWYAMAKKDPEG 50 RBP. ||| |. |... | :.||||.:| : 1...MKCLLLALALTCGAQALIVT..QTMKGLDIQKVAGTWYSLAMAASD. 44 lactoglobulin 51 LFLQDNIVAEFSVDETGQMSATAKGRVR.LLNNWD..VCADMVGTFTDTE 97 RBP : | | | | :: |.|. || |: || |. 45 ISLLDAQSAPLRV.YVEELKPTPEGDLEILLQKWENGECAQKKIIAEKTK 93 lactoglobulin 98 DPAKFKMKYWGVASFLQKGNDDHWIVDTDYDTYAV QYSC 136 RBP || ||. | :.|||| |..| 94 IPAVFKIDALNENKVL VLDTDYKKYLLFCMENSAEPEQSLAC 135 lactoglobulin 137 RLLNLDGTCADSYSFVFSRDPNGLPPEAQKIVRQRQ.EELCLARQYRLIV 185 RBP. | | | : ||. | || | 136 QCLVRTPEVDDEALEKFDKALKALPMHIRLSFNPTQLEEQCHI lactoglobulin >RBP MKWVWALLLLAAWAAAERDCRVSSFRVKENFDKARFSGTWYAMAKKDPEGLFLQDNIVAEFSVDETGQMSATAKGRVRL LNNWDVCADMVGTFTDTEDPAKFKMKYWGVASFLQKGNDDHWIVDTDYDTYAVQYSCRLLNLDGTCADSYSFVFSRDPN GLPPEAQKIVRQRQEELCLARQYRLIV >lactoglobulin MKCLLLALALTCGAQALIVTQTMKGLDIQKVAGTWYSLAMAASDISLLDAQSAPLRVYVEELKPTPEGDLEILLQKWEN GECAQKKIIAEKTKIPAVFKIDALNENKVLVLDTDYKKYLLFCMENSAEPEQSLACQCLVRTPEVDDEALEKFDKALKA LPMHIRLSFNPTQLEEQCHI
Goal of PSA Find an alignment between 2 sequences with the maximum score
Extreme value distribution Normal vs. extreme value distribution x probability extreme value distribution normal distribution
Example: Microarray A solid support (e.g. a membrane or glass slide) on which DNA of known sequence is deposited in a grid-like fashion
Microarray data analysis A simplified pipeline
What’s in the cel files Intensities of perfect and mismatch probes #### Dimension of the data matrix nrow(M); ncol(M) ### Perfect match pm <- pm(M) # perfect match intensities dim(pm) # dimension of the pm matrix pm[1:5,] # the first five columns summary(pm) # summary stat for the pm matrix GSM CEL GSM CEL GSM CEL GSM CEL GSM CEL GSM CEL [1,] [2,] [3,] [4,] [5,] GSM CEL GSM CEL GSM CEL GSM CEL Min. : 56.3 Min. : 67.5 Min. : 69.5 Min. : st Qu.: st Qu.: st Qu.: st Qu.: Median : Median : Median : Median : Mean : Mean : Mean : Mean : rd Qu.: rd Qu.: rd Qu.: rd Qu.: Max. : Max. : Max. : Max. :
Probe intensity behaviors between arrays Distributions vary widely between experiments ### Summarize the intensity par(mfrow=c(1,2)) # get a plotting region with 1 row, 2 col hist(M) # generate log2 histograms boxplot(M) # generate log2 boxplots log intensity
Example: Identification of cis-elements The on-off switches and rheostats of a cell operating at the gene level. They control whether and how vigorously that genes will be transcribed into RNAs.
Motif model: Position Frequency Matrix (PFM) f b,i : freuqnecy of a base b occurred at the i-th position D’haeseleer (2006) Nature Biotech. 24:423
Motif model: Position Weight Matrix (PWM) Suppose p A,T = 0.32 and p G,C = 0.18 (Arabidopsis thaliana) A80442 T00022 G08422 C00002 Position Frequency Matrix A T G C Position Wight Matrix
Example: Cis-regulatory logic Based on a high confidence set of binding sites: 3,353 interactions between 116 regulators and 1,296 promoters Harbison et al. (2004) Nature 43:99
Identification of putative cis elements Pearson's correlation coefficient as the similarity measure. k-mean clustering to identify co-regulated genes. Motifs identified only with AlignACE Beer and Tavazoie (2004) Cell 117:185
Bayesian network Bayes' theorem Bayesian network Charniak (1991) Bayesian networks without tears
Final example: Relationships between sequences Sanger and colleagues (1950s): 1st sequence Insulin from various mammals
Trees An acyclic, un-directed graph with nodes and edges A B C D E F G H I time Li Molecular Evolution. p101 one unit A B C D E Operational taxonomic unit Ancestral taxonomic units External branch Internal branch
Enumerating trees Suppose there are n OTUs (n ≥ 3) Bifurcating rooted trees: Unrooted trees: For 10 OTUs 3.4x10 7 possible rooted trees 2.0x10 6 possible unrooted trees
Impacts of genomics and bioinformatics New ways to ask and answer question? Hypothesis driven vs. data driven A matter of scale A matter of integration Quantitative emphasis Multi-displinary approaches How is genomics different from genetics? Whole genome approach versus a few genes Investigations into the structure and function of very large numbers of genes undertaken in a simultaneous fashion. Genetics looks at single genes, one at a time, as a snapshot. Genomics is trying to look at all the genes as a dynamic system, over time, and determine how they interact and influence biological pathways and physiology, in a much more global sense
The END ...