KBase Documentation
  • KBase Documentation
  • KBase Terms & Conditions
  • Getting Started
    • Signing Up and Signing In
      • Step-by-Step Sign Up
    • Supported Browsers
    • Narrative Quick Start
    • Narrative Interface User Guide
      • Access the Narrative Interface
      • Tour the Narrative Interface
      • Narrative Navigator
      • Create a Narrative
      • Explore Data
      • Add Data to Your Narrative
      • Browse KBase Analysis Tools
      • Analyze Data Using KBase Apps
      • Job Browser
      • Revise Your Narrative
      • Format Markdown Cells
      • Share Narratives
      • Linking Static Narratives to ORCID
      • Access and Copy Narratives
      • Organizations
    • FAQs
  • Manage Your Account
    • Linking Accounts
    • Linking KBase to ORCiD
  • Working with Data
    • Data Upload and Download Guide
      • Data Types
      • Importing Data
        • Bulk Import Limitations
      • Assembly
      • Genome
      • FASTQ/SRA Reads
      • Flux Balance Analysis (FBA) Model
      • Media
      • Expression Matrix
      • Phenotype Set
      • Amplicon Matrix
      • Chemical Abundance Matrix
      • SampleSet
      • Compressed/Zipped Files
      • Bulk Import Specification
      • Downloading Data
    • Searching, Adding, and Uploading Data
    • Filtering, Managing, and Viewing Data
    • Linking Metadata
      • Ontologies and Validated Terms
    • Public Data in KBase
    • Transfer Data with Globus
  • Using Apps
    • Analysis Apps in KBase
      • Assembly & Annotation
      • Comparative Genomics
      • Metabolic Modeling
      • Metagenomics & Community Exploration
      • Data Matrices - Amplicon, Stats
      • Chemical Abundance
      • Expression & Transcriptomics
    • Apps in Beta
  • Running Common Workflows
    • Assembling & Annotating Microbial Genomes
      • FAQ: Assembly and Annotation
    • Comparative Genomics & Phylogenetic Analysis
      • FAQ: Comparative Genomics
    • Metagenomic & Community Analysis
      • FAQ: Metagenomics & Community Analysis
    • Transcriptomic Analysis
      • FAQ: RNA-seq Analysis
    • Constructing Metabolic Models
      • Constructing and Analyzing Metabolic Flux Models of Microbial Communities
      • FAQ: Metabolic Modeling
  • Community Developed Workflows and Tools
    • Functional Annotation
    • Functional and Taxonomic Profiling of MAGs
    • Taxonomy
    • Viral
    • Random Walk with Restart Toolkit
  • Troubleshooting
    • Problems with the User Interface
    • Help Board
    • How to Report Issues
    • Job Errors and Their Meanings
      • Common Job Errors
        • The Job Log
      • Import Job Errors
      • Assembly App Errors
      • Annotation App Errors
      • Functional Genomics App Errors
      • Modeling App Errors
  • Developing Apps
    • The KBase SDK
    • Create a KBase Developer Account
    • KBase GitHub Repository
  • External Links
    • KBase Narrative Interface
    • KBase web site
    • KBase App Catalog
  • kbase.us
Powered by GitBook
On this page
  • RNA-seq Pipeline
  • Downstream Expression Analysis
  • Narrative Tutorials
  • Video Tutorial

Was this helpful?

  1. Running Common Workflows

Transcriptomic Analysis

Running RNA-seq analyses pipelines in KBase

KBase offers a powerful suite of expression analysis tools. Starting with short reads, you can use the tool suite to assemble, quantify long transcripts, and identify differentially expressed genes. You can also compare the expression data with the flux when studying metabolic models in KBase and identify pathways where expression and flux agree or conflict.

Prerequisites

KBase requires a reference genome to guide the analysis of short reads.

  1. Import Genome

  2. Import Short Reads: The reads must be a set of single-end, paired-end, or interleaved paired-end reads in FASTA, FASTQ, or SRA format.

  3. Create a SampleSet: Run the Create RNA-seq Sample Set App to group together your reads into an RNA-seq sample set with associated experimental metadata to run RNA-seq Apps in batch mode wherever appropriate.

  4. QC SampleSet: Run FastQC to assess the read quality of the reads set from the previous step and if needed, run Trimmomatic, Cutadapt, or PRINSEQ to pre-process or filter the reads before starting RNA-seq analysis.

RNA-seq Pipeline

The RNA-seq pipeline in KBase is modular and consists of three steps. You can pick any of the multiple Apps available for a given step depending on your preference or individual characteristics of the App.

  1. Read Alignment: Align reads to map short reads to the reference genome. The output is a set of BAM alignments and Qualimap report. You can download the alignment output object generated by aligner Apps for further analysis.

  2. Transcriptome Assembly and Quantification: Assemble aligned reads to generate full-length transcripts and quantify transcripts and genes as appropriate. You can view downloadable normalized full expression matrices in FPKM (fragments per kilobase of exon model per million mapped reads) and TPM (transcripts per million).

  3. Differential Gene Expression: Generate gene- or transcript-level differential expression based on the quantification. Run Create Feature Set/Filtered Expression Matrix From Differential Expression after selecting appropriate q-value and fold change cutoffs as input parameters for the filtering of the differential gene expression.

Downstream Expression Analysis

  1. Filtering: You can create a filtered expression matrix and associated feature set based on fold-change or adjusted p-value. You can also filter an expression matrix based on LOR or ANOVA.

  2. Clustering: Depending on preference, run the Hierarchical, K-Means or WGCNA clustering App to group features into clusters based on gene expression. You can also visualize the clusters as an interactive heatmap.

  3. Functional Enrichment: Assess the functional enrichment in plant genomes for a set of features using associated GO terms.

  4. Integration into Metabolic Models: Assimilate the expression data from RNA-seq into the metabolic models to compare reaction fluxes with gene expression and thus identify pathways where expression and flux agree or conflict.

Narrative Tutorials

  • E. coli RNA-seq Analysis Tutorial – bacterium-based example of an RNAseq workflow using a HISAT2/StringTie/DESeq2 pipeline

  • Arabidopsis RNA-seq Analysis Tutorial – plant-based example of an RNAseq workflow using a HISAT2/StringTie/DESeq2 pipeline

  • Case Study: Genome-wide Transcriptomics and Plant Primary Metabolism in response to Drought Stress in Sorghum – plant-based example of using KBase to integrate full genome RNA-seq analysis and a metabolic model to generate a reaction matrix

    • Kumari et al. (2021) A KBase case study on genome-wide transcriptomics and plant primary metabolism in response to drought stress in Sorghum. Current Plant Biology 28. https://doi.org/10.1016/j.cpb.2021.100229

Video Tutorial

PreviousFAQ: Metagenomics & Community AnalysisNextFAQ: RNA-seq Analysis

Last updated 2 years ago

Was this helpful?

Functional Genomics