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
        Recent Advances in Sequencing Analysis Tools
        by seqadmin


        The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
        Yesterday, 07:48 AM
      • seqadmin
        Essential Discoveries and Tools in Epitranscriptomics
        by seqadmin




        The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
        04-22-2024, 07:01 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, Today, 06:57 AM
      0 responses
      9 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, Yesterday, 07:17 AM
      0 responses
      13 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-02-2024, 08:06 AM
      0 responses
      19 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-30-2024, 12:17 PM
      0 responses
      23 views
      0 likes
      Last Post seqadmin  
      Working...
      X