Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • How to get FPKM values for Ensembl

    Hello Everyone,

    I am scratching my head because I just can't seem to find a way to calculate FPKM values for Ensembl genes. I aligned the reads by STAR, and got count data using HTseq.

    For refSeq, FPKM calculation is relatively easy since there isn't much overlap in the genome. However, Ensembl genes contain so many isoforms and overlapping region is a problem in calculating FPKM.

    I first thought getting unique exon regions in gtf files will do the work (this is in a different post). However, STAR aligner also aligns the reads with two (or more) spanning exons. Therefore, I have to take the unique exon junctions into consideration for FPKM calculation. So far I don't know how to do this effectively.

    I wish HTseq had a tool to spit out all the regions that were used in read counting, then the problem can be solved easily.

    If anyone has encountered and solved this problem, I will appreciate your thoughts and inputs.

    Thank you!

    RK

  • #2
    It looks like you're trying to make things vastly more complicated than they are. If you just want FPKMs from the non-multimappers then just take the counts, divide by some gene length metric (there are many) and continue with FPKM calculation from there.

    In general, though, I would just use Salmon or Kallisto, though they'll give you transcript-level metrics (just sum them to get gene-level values).

    Comment


    • #3
      I wish HTseq had a tool to spit out all the regions that were used in read counting, then the problem can be solved easily.
      featureCounts just does that, by default.
      It computes the length of the genes from the GTF file used to count the reads.
      As a bonus, it's much faster.

      I take the gene lengths calculated by featureCounts from the GTF file, and then give the lengths in input to DESeq2's fpkm() function.

      Or, you could use Cuffdiff, but that's a different pipeline altogether.

      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...
        Today, 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, 08:18 AM
      0 responses
      11 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, Today, 08:04 AM
      0 responses
      12 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 06-03-2024, 06:55 AM
      0 responses
      13 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-30-2024, 03:16 PM
      0 responses
      27 views
      0 likes
      Last Post seqadmin  
      Working...
      X