RNA Sequencing: Difference between revisions

From ActinoBase
No edit summary
No edit summary
 
Line 5: Line 5:
#Extract and purify RNA samples according to [[RNA extraction from Actinobacteria]]. Add [https://www.thermofisher.com/order/catalog/product/4456740#/4456740 ERCC RNA Spike-In Mix] if necessary.
#Extract and purify RNA samples according to [[RNA extraction from Actinobacteria]]. Add [https://www.thermofisher.com/order/catalog/product/4456740#/4456740 ERCC RNA Spike-In Mix] if necessary.
#Check the quality of RNA samples using [https://www.chem.agilent.com/store/productDetail.jsp?catalogId=5067-1511&catId=SubCat2ECS_227716 Agilent RNA 6000 Nano Kit] or by running them on an agarose gel.
#Check the quality of RNA samples using [https://www.chem.agilent.com/store/productDetail.jsp?catalogId=5067-1511&catId=SubCat2ECS_227716 Agilent RNA 6000 Nano Kit] or by running them on an agarose gel.
#Deplete rRNA using [https://www.illumina.com/products/by-type/accessory-products/ribo-zero-plus-rrna-depletion.html Illumina Ribo-Zero Plus rRNA Depletion Kit] or a similar product
#Deplete rRNA using [https://www.illumina.com/products/by-type/accessory-products/ribo-zero-plus-rrna-depletion.html Illumina Ribo-Zero Plus rRNA Depletion Kit] or a similar product, or using the [[rRNA depletion with Streptomyces coelicolor A3(2) specific probes]] protocol.
#Create Illumina RNA-seq libraries using [https://www.illumina.com/products/by-type/sequencing-kits/library-prep-kits/truseq-rna-v2.html TruSeq RNA Library Prep Kit].
#Create Illumina RNA-seq libraries using [https://www.illumina.com/products/by-type/sequencing-kits/library-prep-kits/truseq-rna-v2.html TruSeq RNA Library Prep Kit].
#Sequence the libraries using an Illumina system such as [https://www.illumina.com/systems/sequencing-platforms/novaseq.html NovaSeq 6000 Sequencing System].
#Sequence the libraries using an Illumina system such as [https://www.illumina.com/systems/sequencing-platforms/novaseq.html NovaSeq 6000 Sequencing System].

Latest revision as of 16:48, 1 November 2023

Instructions

This procedure is an example and the optimal library preparation and data analysis procedures can be different depending on the type of the DNA sequencer used and purpose of the experiment.

  1. Extract and purify RNA samples according to RNA extraction from Actinobacteria. Add ERCC RNA Spike-In Mix if necessary.
  2. Check the quality of RNA samples using Agilent RNA 6000 Nano Kit or by running them on an agarose gel.
  3. Deplete rRNA using Illumina Ribo-Zero Plus rRNA Depletion Kit or a similar product, or using the rRNA depletion with Streptomyces coelicolor A3(2) specific probes protocol.
  4. Create Illumina RNA-seq libraries using TruSeq RNA Library Prep Kit.
  5. Sequence the libraries using an Illumina system such as NovaSeq 6000 Sequencing System.
  6. Trim low quality subsequences from reads using FASTX-Toolkit (single-end) or ngsShoRT (single- or paired-end).
  7. Align reads with the reference genome using HISAT2 or Bowtie2.
  8. Convert the SAM files into BAM files and sort and index the BAM files using Samtools.
  9. Count the number of reads overlapping with each feature such as CDS or tRNA gene using featureCounts or HTSeq.
  10. Perform a differential gene expression analysis using a Bioconductor package such as DESeq2.