Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • How to calculate gene expression level (RPKM) in RNA-seq with BED input file

    I have a read aligned file with format as BED file (of the whole genome):

    assembly strand start end sequenceA sequenceB id
    Y + 2718307 2718348 TGCGTGGGGCCTTAACTTGGCCCAGCCTTGCGGCAGCGATTC 1
    Y + 2905228 2905269 CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGGGGTTTTTTTT 2
    Y + 2905228 2905269 CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGGGGTTTTTTTT 3
    Y + 2905228 2905269 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAGGGTTTTTTTT 4

    I want to calculate the expression level in RPKM. Could anyone can help me, please?
    Thanks,
    Loi

  • #2
    RPK = Reads per kilo base (of transcript)
    RPKM = RPK per million (total reads)

    Example calculation:

    140 mapped reads (28000000 mapped reads total), annotated transcript 7000bp
    RPK = 140/7 = 20
    RPKM = 20/28 = 0.71

    ------------------------

    This example shows you, that the information provided is not sufficient. First you need to know to which genome assembly your data is mapped to. Then you need to pick the transcript of your choice (gene of interest) and retrieve the genomic coordinates for it's transcript. (only exons, some additionally neglect the 5'UTR). Subset your BED file to retain only the reads which overlap your annotated transcript. The rest of the calculation is done like shown above.

    If you are interested in not only in one particular RPKM but in a genome wide result, then you should check what your bioinformatic language of choice offers regarding packages and libraries. Whether you use R, Python, Perl, Go or some other, there should be stuff around for any of those.

    BTW: BED is a rather unusual format for mapped reads and usually more commonly used for graphical tracks to be displayed e.g. in the UCSC Genome Browser or IGV. Maybe it would be worth a try to find out which mappinng tool they used for the alignment and consult the manual of this software how to proceed with the output.

    Comment


    • #3
      Thank you Thias for your useful information!

      I interested in for the whole genome and mainly use Python, however I can not find any available package/script doing this job!

      In their publication, they only mentioned that: "RNA-Seq read sequences produced by the Illumina analysis pipeline were aligned with the TopHat software and reference genome is hg18" and gave these files (in this BED like format) without further information.

      And what I need also the expression of each gene, so there will be a python script or R script elsewhere can calculate RPKM with input file as BED like format?

      Comment


      • #4
        If you use Python why not give rpkmforgenes.py a try ? Didn't try it out myself, but it seems they even want .bed input exactly in the way you have it.

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Techniques and Challenges in Conservation Genomics
          by seqadmin



          The field of conservation genomics centers on applying genomics technologies in support of conservation efforts and the preservation of biodiversity. This article features interviews with two researchers who showcase their innovative work and highlight the current state and future of conservation genomics.

          Avian Conservation
          Matthew DeSaix, a recent doctoral graduate from Kristen Ruegg’s lab at The University of Colorado, shared that most of his research...
          03-08-2024, 10:41 AM
        • seqadmin
          The Impact of AI in Genomic Medicine
          by seqadmin



          Artificial intelligence (AI) has evolved from a futuristic vision to a mainstream technology, highlighted by the introduction of tools like OpenAI's ChatGPT and Google's Gemini. In recent years, AI has become increasingly integrated into the field of genomics. This integration has enabled new scientific discoveries while simultaneously raising important ethical questions1. Interviews with two researchers at the center of this intersection provide insightful perspectives into...
          02-26-2024, 02:07 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 03-14-2024, 06:13 AM
        0 responses
        32 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 03-08-2024, 08:03 AM
        0 responses
        71 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 03-07-2024, 08:13 AM
        0 responses
        80 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 03-06-2024, 09:51 AM
        0 responses
        68 views
        0 likes
        Last Post seqadmin  
        Working...
        X