📄
Guide to RNA-seq Analysis
  • Introduction
  • Preparations
    • Work environment
    • Softwares and databases
    • Obtain sequencing data
    • R packages
  • Raw read processing
    • QC & trimming
    • Mapping & quantification
      • Alignment-free method
      • Alignment-based method
  • Differential expression analysis in R
    • Building a TxDb object
    • About tximport
    • Convert Salmon output to Sleuth-compatible format
    • Differential gene expression (DGE) analysis using DESeq2
      • DGE analysis with Salmon/Kallisto input
      • DGE analysis with STAR input
      • DGE analysis with STAR + RSEM input
    • Differential transcript expression (DTE) analysis using DESeq2
      • DTE analysis with Salmon/Kallisto input
      • DTE analysis with STAR + RSEM input
    • DGE and DTE analysis of Salmon/Kallisto inputs using Sleuth
    • Differential transcript usage (DTU) analysis
      • DTU analysis using DRIMSeq
      • DTU analysis using DEXSeq
Powered by GitBook
On this page
  • Strategies
  • LibType and strandedness

Was this helpful?

  1. Raw read processing

Mapping & quantification

Analyzing RNA-seq data with Salmon/STAR/RSEM

Strategies

Methods

Tools

Output Quantification

Total Time (hr)

Alignment-free

Transcript-level

(gene-level aggregation using tximport)

3.4

Alignment-free

Transcript-level

(gene-level aggregation using tximport)

16.0

Alignment-free

Transcript-level

(gene-level aggregation using tximport)

6.1

Alignment-based

Gene-level

(with --quantMode GeneCounts option)

14.8

Alignment-based

Transcript-level

(gene-level aggregation using tximport)

16.3

STAR: 14.8

Salmon: 1.5

Alignment-based

Gene-level and Transcript-level

57.2

STAR: 14.8

RSEM: 42.3

CPU usage is limited to 6 threads and memory to 32 GB where applicable

LibType and strandedness

Tools

dUTP, NSR, NNSR

Ligation, Standard SOLiD

Standard Illumina

TopHat/Cufflinks

fr-firststrand

fr-secondstrand

fr-unstranded

HISAT2

--rna-strandness RF (Paired)

--rna-strandness R (Single)

--rna-strandness FR (Paired)

--rna-strandness F (Single)

Salmon

-l ISR (Paired)

-l SR (Single)

-l ISF (Paired)

-l SF (Single)

-l IU (Paired)

-l U (Single)

Kallisto

--rf-stranded

--fr-stranded

RSEM

--strandedness reverse

--strandedness forward

--strandedness none

FeatureCounts

-s 2

-s 1

-s 0

HTSeq

--stranded reverse

--stranded yes

--stranded no

PreviousQC & trimmingNextAlignment-free method

Last updated 4 years ago

Was this helpful?

Salmon
Salmon +bootstraps
Kallisto
+bootstraps
STAR
STAR+Salmon
STAR+RSEM