1 / 30

Gene Set Analysis using R and Bioconductor

Gene Set Analysis using R and Bioconductor. Daniel Gusenleitner gusef@jimmy.harvard.edu. Why Gene Sets?. Phenotypic characteristics or clinical diseases can only rarely be defined by one single gene Most diseases, are complex and involve multiple genes

maegan
Télécharger la présentation

Gene Set Analysis using R and Bioconductor

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Gene Set Analysis using R and Bioconductor Daniel Gusenleitner gusef@jimmy.harvard.edu

  2. Why Gene Sets? • Phenotypic characteristics or clinical diseases can only rarely be defined by one single gene • Most diseases, are complex and involve multiple genes • Genes usually do not work independently; they work as parts of a functional unit

  3. Genes and Proteins talk in Pathways

  4. Definition of Gene Sets • Gene sets are loosely defined as groups of genes that share biological mechanisms or characteristic • They represent the distilled base of biological knowledge and act as an aid for theoretical and experimental research

  5. There are different kinds of gene sets • Data-driven gene sets usually use high-throughput experiments in order to derive and identify sets of related genes. • Knowledge-driven gene sets require expert knowledge to construct gene sets. These are usually specific to domains of interest.

  6. Resources for Gene Sets

  7. 1. Search Pubmed with pre - 2 . Extract gene signatures defined search criteria from tables figures or supplement 3 . Annotate each gene signature 4. Map all mappable identifiers to genome to create standardized gene Name Description PMID Pubmed identifier lists Tissue Name of search term set used to search PubMED . Organism Species common name (human, mouse, etc) Name of microarray or other experimental technique used to Platform derive gene signature Platform Description of platform Description Genes Number of genes in gene signature Articles Signature identifier, in the format PMID - XXX, where XXX is the Sig ID gene signature table, figure or supplementary file e.g. 18490921 - Table3 Name of gene signature, in the format Tissue_AuthorYear _ Sig Name NumberofGenes _Description. Description is optional. e.g. Breast_Bertucci08_75genes Sig Description of gene signature, typically extracted from table or Description figure legend (free text) File Name of tab delimited file gene signature file. Format is Associated SigID.txt URL URL from where gene signature was downloaded Column Content of each column in gene signature file (selection from Mappings constrained list in Table 1b)

  8. http://www.geneontology.org/ • initiative to unify the representation of gene and gene product attributes across all species • Maintains a controlled vocabulary of gene and gene product attributes • Provides an annotation for genes and gene products • Provides tools for easy access to all aspects of the data provided by the project

  9. cellular components, the parts of a cell or its extracellular environment • molecular function, the elemental activities of a gene product at the molecular level, such as binding or catalysis • biological process, operations or sets of molecular events with a defined beginning and end, pertinent to the functioning of integrated living units

  10. http://www.genome.jp/kegg/ • connects known information on molecular interaction networks • It contains: genes and proteins biochemical compounds and reactions pathways and complexes

  11. http://www.broadinstitute.org/gsea/index.jsp Version 3.0 (September 2010) Warehouse of 6769 annotated gene sets

  12. Divided in 5 major collections: • C1: positional gene sets for each human chromosome and cytogenetic band (326 gene sets) • C2: curated gene sets from online pathway databases, publications in PubMed, and knowledge of domain experts (3272 gene sets) • C3: motif gene sets based on conserved cis-regulatory motifs (836 gene sets) • C4: computational gene sets defined by mining large collections of cancer-oriented microarray data (881 gene sets) • C5: GO gene sets consists of genes annotated by the same GO terms (1454 gene sets)

  13. Gene Set Analysis

  14. Statistical Methods • Fisher’s Exact Test • EASE: the Expression Analysis Systematic Explorer

  15. Gene Set Analysis (GSA) using Gene Expression Data • shifts the analyses more towards biology-driven approaches • utilizes functional related groups of genes in order to analyze gene expression datasets • more robust than single gene analyses

  16. Competitive vs. Self-Contained Hypothesis • GSA differ in the definition of the null hypothesis: Self-contained tests just compare the gene expression within the gene set across the given samples Comparative tests compare differential expression of the gene set to either all or the complement of the genes represented on a microarray

  17. Gene Set Enrichment Analysis (GSEA) Mootha et al. PGC-1α-responsive genes involved in oxidative phosphorylation are coordinately downregulated in human diabetes, Nature Genetics, 2003, 34-3 Subramanian et al. Gene set enrichment analysis: A knowledge-based approach for interpreting genome-wide expression profiles, PNAS, 2005, 102-43 Oron et al. Gene set enrichment analysis using linear models and diagnostics, Bioinformatics, 2008, 24-22 Bioconductor Package: GSEAlm - Linear Model Toolset for Gene Set Enrichment Analysis

  18. Aims of a Gene Set Enrichment Analysis • Looking for up or down regulated gene sets between two tested classes • Testing if a gene set of interest is differentially regulated between two tested phenotypes

  19. Testing different Phenotypes Clinical Data Gene Expression Data Pair-wise Tests: Normal versus Low grade Normal versus High grade Low grade versus High grade Combined Tests: Normal versus Low/High grade Normal/low grade versus High grade

  20. Gene Set Enrichment Analysis (GSEA) I.) Ranking the genes according to differential expression using t-test or linear models

  21. Gene Set Enrichment Analysis (GSEA) II.) Include gene set membership information

  22. Enrichment Score (ES) • reflects the degree to which a set S is overrepresented at the extremes of the entire ranked list L. • The score is calculated by walking down the list L • The enrichment score is the maximum deviation from zero encountered in the random walk; • It corresponds to a weighted • Kolmogorov–Smirnov-like • statistic

  23. Gene Set Enrichment Analysis (GSEA)

  24. Subramanian A et al. PNAS 2005;102:15545-15550

  25. Permutation test to estimate the significance • The significance of the ES has to be estimated • Class label permutation versus gene label permutation • Calculation the ES of the gene set for the permuted data, which generates a null distribution for the ES • The empirical, nominal P value of the observed ES is then calculated relative to this null distribution

  26. Gene Set Enrichment Analysis (GSEA)

  27. Interpretation of the results

  28. Correction for Multiple Testing • When an entire database of gene sets is evaluated, we have to adjust the estimated significance level to account for multiple hypothesis testing • Control for false discovery rate (FDR) • The FDR is the estimated probability that a set with a given ESrepresents a false positive finding

  29. Interpretation of the Results

  30. Tutorial

More Related