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
          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
        • 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

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Yesterday, 06:37 PM
        0 responses
        7 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, Yesterday, 06:07 PM
        0 responses
        7 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 03-22-2024, 10:03 AM
        0 responses
        49 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 03-21-2024, 07:32 AM
        0 responses
        66 views
        0 likes
        Last Post seqadmin  
        Working...
        X