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
        Current Approaches to Protein Sequencing
        by seqadmin


        Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
        04-04-2024, 04:25 PM
      • seqadmin
        Strategies for Sequencing Challenging Samples
        by seqadmin


        Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
        03-22-2024, 06:39 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 04-11-2024, 12:08 PM
      0 responses
      23 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      24 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 09:21 AM
      0 responses
      21 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-04-2024, 09:00 AM
      0 responses
      52 views
      0 likes
      Last Post seqadmin  
      Working...
      X