Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • FASTQ alignment metrics (RNA-Seq)?

    Hello,

    How do people judge the quality of a FASTQ (short read) alignment? In particular I'm interested in evaluating RNA-Seq alignments, typically (but not exclusively) from ILLUMINA instruments.

    What comes to mind is:
    * Fraction of reads mapped
    * Fraction of reads mapped uniquely
    * Fraction of 'good' pairs (right orientation, right distance)

    and for RNA-Seq specifically
    * Fraction of reads mapping within a gene

    Anything based on read mapping quality?

    What other metrics can we think of?
    Homepage: Dan Bolser
    MetaBase the database of biological databases.

  • #2
    hi Dan,

    Have a look at "samtools flagstat"

    The output will looks something like this and I think it contains all the info you requested.

    Code:
    7276199 + 0 in total (QC-passed reads + QC-failed reads)
    0 + 0 duplicates
    7276199 + 0 mapped (100.00%:-nan%)
    7276199 + 0 paired in sequencing
    3787000 + 0 read1
    3489199 + 0 read2
    6195536 + 0 properly paired (85.15%:-nan%)
    6795026 + 0 with itself and mate mapped
    481173 + 0 singletons (6.61%:-nan%)
    480036 + 0 with mate mapped to a different chr
    480036 + 0 with mate mapped to a different chr (mapQ>=5)
    good luck

    Comment


    • #3
      Also take a look at RSeQC: http://rseqc.sourceforge.net/

      Most aligners will produce stats on alignments e.g. BBMap, TopHat and probably STAR as well.

      Comment


      • #4
        FastQC may also be of general use: http://www.bioinformatics.babraham.a...ojects/fastqc/

        Comment


        • #5
          Originally posted by maxsalm View Post
          I agree it's useful, but it's not what I want here.
          Homepage: Dan Bolser
          MetaBase the database of biological databases.

          Comment


          • #6
            How about proportion of duplicate fragments? This will depend on whether you've done single- or paired-end reads, though, since with single RNA-seq reads you do expect a certain amount of duplication by chance (with paired reads it's a much smaller chance).

            Comment


            • #7
              I do primarily single ended reads, but for alignment quality I look primarily at
              1) pct of reads mapped
              2) pct of reads uniquely mapped

              It sounds like you are also asking about post-alignment qc in general and I add
              3) read duplication (ie how many reads align to identical location) - most reads should have only one or several.
              4) reads biotype distribution (most should map to protein-coding regions)
              5) cumulative pct measures - I sort genes by count or fpkm and graph # of genes vs cumulative percentage. That will tell you if you are sinking a lot of reads into very common transcripts and tell you that you might need more depth to see certain less common transcripts.

              Comment

              Latest Articles

              Collapse

              • seqadmin
                Best Practices for Single-Cell Sequencing Analysis
                by seqadmin



                While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
                Yesterday, 07:15 AM
              • seqadmin
                Latest Developments in Precision Medicine
                by seqadmin



                Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

                Somatic Genomics
                “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
                05-24-2024, 01:16 PM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, Today, 06:58 AM
              0 responses
              13 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, Yesterday, 08:18 AM
              0 responses
              19 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, Yesterday, 08:04 AM
              0 responses
              18 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 06-03-2024, 06:55 AM
              0 responses
              13 views
              0 likes
              Last Post seqadmin  
              Working...
              X