Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • alap
    Junior Member
    • Apr 2012
    • 1

    RNA-Seq quality controls: golden standard tool?

    Hi,
    I need to establish a protocol for checking the quality of the RNA-Seq data. There are few pipelines for this purpose published over the last few years (ShortRead, htSeqTools, ArrayExpressHTS), and I'm wondering which of these are commonly used and represent golden standards? The questions I ask in my QC is what is the degradation level of the RNA, what is the quality of the sequences coming out of the Illumina platforms (HiSeq at the moment), how the given sample differs from the rest (is it a weird outlier).
    I have other datasets that I would like to evaluate as well, and they are produced on GAII platform of different sequence read lengths. So Ideally, I would be looking for the QC tool that are:
    1) flexible to use different read length
    2) provide rigorous QC with nice graphs
    3) can use the output from the TopHat pipeline.

    I would very much appreciate any help, suggestions, advices.
    Thanks!!!
    Anna
  • sdriscoll
    I like code
    • Sep 2009
    • 436

    #2
    I might not be a great reference but I don't think there IS a standard at this point.

    FastQC is a nice tool to get a set of quality assesment tests and graphs all at once for the raw reads (in FASTQ format) http://www.bioinformatics.babraham.a...ojects/fastqc/. You might use the output of FastQC to help you get an idea of whether you want to trim bases off of the 5' or 3' ends of your reads. Some aligners can do that for you, like BWA. Most aligners provide an option for you to specify some type of threshold for base qualities that are accepted for alignments. So tools like FastQC are just there for you to check up on the quality of your run however they aren't directly used to control what you run through the aligners.

    As far as determining how "any given sample differs from the rest" - this question could be pretty complex to answer. You can look at SNPs, differential gene expression, or splice variant differences (from some novel transcript assembler like cufflinks). You can use the "tuxedo" pipeline to access differential expression and splicing variation between samples. For SNPs I like to use samtools mpileup followed by bcftools for variant calling. After that I use bedtools to make comparisons between VCF outputs from bcftools to determine which SNPs are unique to which samples, which are shared, etc.

    I've had good results from clustering samples in R using its hierarchical clustering function on gene expression output across multiple samples from multiple lines. However determining why any sample clusters separately from others (or more specifically producing a gene list responsible for the clustering) has not been straightforward nor "established" from what I can tell.
    /* Shawn Driscoll, Gene Expression Laboratory, Pfaff
    Salk Institute for Biological Studies, La Jolla, CA, USA */

    Comment

    • Dario1984
      Senior Member
      • Jun 2011
      • 166

      #3
      There is a program called RNASeqQC which is more useful that FastQC for this purpose.

      Comment

      Latest Articles

      Collapse

      • SEQadmin2
        Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
        by SEQadmin2


        Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

        The systematic characterization of the human proteome has
        ...
        07-20-2026, 11:48 AM
      • SEQadmin2
        Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
        by SEQadmin2



        Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
        ...
        07-09-2026, 11:10 AM
      • SEQadmin2
        Cancer Drug Resistance: The Lingering Barrier to Rising Survival
        by SEQadmin2



        Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

        There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
        07-08-2026, 05:17 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, 07-24-2026, 12:17 PM
      0 responses
      17 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-23-2026, 11:41 AM
      0 responses
      18 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-20-2026, 11:10 AM
      0 responses
      24 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-13-2026, 10:26 AM
      0 responses
      37 views
      0 reactions
      Last Post SEQadmin2  
      Working...