ABI Bioinformatics Guide 2024
  • INTRODUCTION
    • How to use the guide
  • MOLECULAR BIOLOGY
    • The Cell
      • Cells and Their Organelles
      • Cell Specialisation
      • Quiz 1
    • Biological Molecules
      • Carbohydrates
      • Lipids
      • Nucleic Acids (DNA and RNA)
      • Quiz 2
      • Proteins
      • Catalysis of Biological Reactions
      • Quiz 3
    • Information Flow in the Cell
      • DNA Replication
      • Gene Expression: Transcription
      • Gene Expression: RNA Processing
      • Quiz 4
      • Chromatin and Chromosomes
      • Regulation of Gene Expression
      • Quiz 5
      • The Genetic Code
      • Gene Expression: Translation
    • Cell Cycle and Cell Division
      • Quiz 6
    • Mutations and Variations
      • Point mutations
      • Genotype-Phenotype Interactions
      • Quiz 7
  • PROGRAMMING
    • Python for Genomics
    • R programming (optional)
  • STATISTICS: THEORY
    • Introduction to Probability
      • Conditional Probability
      • Independent Events
    • Random Variables
      • Independent, Dependent and Controlled Variables
    • Data distribution PMF, PDF, CDF
    • Mean, Variance of a Random Variable
    • Some Common Distributions
    • Exploratory Statistics: Mean, Median, Quantiles, Variance/SD
    • Data Visualization
    • Confidence Intervals
    • Comparison tests, p-value, z-score
    • Multiple test correction: Bonferroni, FDR
    • Regression & Correlation
    • Dimentionality Reduction
      • PCA (Principal Component Analysis)
      • t-SNE (t-Distributed Stochastic Neighbor Embedding)
      • UMAP (Uniform Manifold Approximation and Projection)
    • QUIZ
  • STATISTICS & PROGRAMMING
  • BIOINFORMATICS ALGORITHMS
    • Introduction
    • DNA strings and sequencing file formats
    • Read alignment: exact matching
    • Indexing before alignment
    • Read alignment: approximate matching
    • Global and local alignment
  • NGS DATA ANALYSIS & FUNCTIONAL GENOMICS
    • Experimental Techniques
      • Polymerase Chain Reaction
      • Sanger (first generation) Sequencing Technologies
      • Next (second) Generation Sequencing technologies
      • The third generation of sequencing technologies
    • The Linux Command-line
      • Connecting to the Server
      • The Linux Command-Line For Beginners
      • The Bash Terminal
    • File formats, alignment, and genomic features
      • FASTA & FASTQ file formats
      • Basic Unix Commands for Genomics
      • Sequences and Genomic Features Part 1
      • Sequences and Genomic Features Part 2: SAMtools
      • Sequences and Genomic Features Part 3: BEDtools
    • Genetic variations & variant calling
      • Genomic Variations
      • Alignment and variant detection: Practical
      • Integrative Genomics Viewer
      • Variant Calling with GATK
    • RNA Sequencing & Gene expression
      • Gene expression and how we measure it
      • Gene expression quantification and normalization
      • Explorative analysis of gene expression
      • Differential expression analysis with DESeq2
      • Functional enrichment analysis
    • Single-cell Sequencing and Data Analysis
      • scRNA-seq Data Analysis Workflow
      • scRNA-seq Data Visualization Methods
  • FINAL REMARKS
Powered by GitBook
On this page
  • What is gene expression
  • Measureing gene expression

Was this helpful?

  1. NGS DATA ANALYSIS & FUNCTIONAL GENOMICS
  2. RNA Sequencing & Gene expression

Gene expression and how we measure it

PreviousRNA Sequencing & Gene expressionNextGene expression quantification and normalization

Last updated 5 months ago

Was this helpful?

What is gene expression

You may recall from the molecular biology sections of this guide, that during gene expression, the information in a gene is transcribed, or copied, into a molecule called RNA. The RNA molecule is then translated into a specific protein or other functional molecule. Gene expression is regulated at various steps in this process, allowing cells to turn genes on or off as needed to produce the proteins and other molecules they require.

Gene expression is an important aspect of how an organism's traits are inherited and how they can evolve over time. It is also a key factor in how cells and tissues develop and function.

Start by reading a short introduction about the RNA-sequencing data analysis and gene expression.

Measureing gene expression

There are several techniques that can be used to measure gene expression, including:

  1. Northern blotting: This technique involves isolating RNA from cells or tissues and separating it based on size using electrophoresis. The separated RNA is then transferred to a membrane, and specific RNA molecules are detected using a labeled probe.

  2. Reverse transcription polymerase chain reaction (RT-PCR): This technique involves using the enzyme reverse transcriptase to make a complementary DNA (cDNA) copy of RNA. The cDNA is then amplified using polymerase chain reaction (PCR), and the amount of amplified cDNA is measured.

  3. Microarrays: A microarray is a glass slide or other substrate with thousands of tiny spots of DNA, each representing a different gene. RNA from cells or tissues is labeled with a fluorescent dye and added to the microarray. The amount of fluorescence at each spot is measured, and this can be used to determine the relative expression levels of different genes.

  4. RNA sequencing: This technique involves sequentially reading the nucleotide bases in an RNA molecule, which allows for the precise measurement of the abundance of specific RNA molecules.

  5. Protein expression: Gene expression can also be measured by analyzing the levels of the proteins encoded by specific genes. This can be done using techniques such as western blotting, immunoprecipitation, and mass spectrometry.

In this section, you will be introduced to NGS RNA sequencing data analysis for gene expression measurement. Visit this subchapters 8.3.1 to 8.3.3 to get a theoretical understanding of the pipeline. Optionally, you may try out the practical exercises with R as well. We will have a separate tutorial on how to perform normalization and differential expression analysis in the next sections.

Chapter 8 RNA-seq Analysis | Computational Genomics with R
8.1 What is gene expression? | Computational Genomics with R
8.3 Gene expression analysis using high-throughput sequencing technologies | Computational Genomics with R