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
          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...
          Today, 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, 07:17 AM
        0 responses
        11 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
        20 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-29-2024, 10:49 AM
        0 responses
        28 views
        0 likes
        Last Post seqadmin  
        Working...
        X