Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • RNA-seq : 5’ to 3’ transcript coverage

    Hello everybody,

    I would like to get the read distribution along transcripts in my RNA-seq libraries. Basically, I would like to see if I have a 5' or 3' shortening of transcripts.


    I already tried without success to different tools :
    1) RNA-SeQC. I have some issues to use it on my tophat bam files
    2) RSeQC (geneBody_coverage.py). For this one, I get this error :

    ImportError: dlopen(/Library/Python/2.7/site-packages/RSeQC-2.3.7-py2.7-macosx-10.8-intel.egg/csamtools.so, 2): Symbol not found: ___ks_insertsort_heap
    Referenced from: /Library/Python/2.7/site-packages/RSeQC-2.3.7-py2.7-macosx-10.8-intel.egg/csamtools.so
    Expected in: flat namespace
    in /Library/Python/2.7/site-packages/RSeQC-2.3.7-py2.7-macosx-10.8-intel.egg/csamtools.so


    It seems to be an installation problem but my informatic skills are too weak to know how to deal with this problem .


    I'm blocked. I would very much appreciate your help. Could you help me to use RNA-SeQC or RSeQC? Perhabs do you know a best strategy to get the 5’ to 3’ transcript coverage?

    Thank you!!!

    ln


    PS: I wish you all the best for the new year

  • #2
    You can use the coverageBed from the bedtools program to get the coverage information: http://bedtools.readthedocs.org/en/l.../coverage.html

    Comment


    • #3
      Thank you very much.
      I tried coverageBed. I got a file with the read coverage for each position in the genome. I succeeded in extracting the distribution along one particular transcript. However, what I really need, it is an estimation of the global read distribution along all transcripts. I don't really how I can get it with coverageBed .

      Comment


      • #4
        Can you post the command you used for coverageBed?

        BTW: Did you try the test dataset for RSeQC with your local install? Is that generating an error? Looking at your file paths it appears that you are using OS X (10.8?)
        Last edited by GenoMax; 01-07-2014, 04:44 AM.

        Comment


        • #5
          Yes I used a bed file with the coordinate of my genomes. Here is the command I use for coverage:
          /Users/bedtools2/bin/coverageBed -d -s -split -abam 621_hits.bam -b TAIR10.bed >coverage.txt

          This command gave me a very big file (20Go)... As this file obtained with coveragebed was huge (20Go), I also use the genomeCoverageBed and obtained the depth at each position:

          /Users/bedtools2/bin/genomeCoverageBed -bg -split -trackline -ibam 621_hits.bam -g TAIR10.bed > coverage2.txt

          What I would like is the global read distribution along transcript. That is to say, what is the read percentage in the first 10% bases of the transcripts, in the next 10%… (Enclosed an example of what I could get for one transcript and I would to obtain for all the transcripts.)
          Attached Files

          Comment


          • #6
            The -d option reports coverage at each position. Can you try the coverageBed without the -d and -split? Your transcriptome BED file is start/stop positions of exons? If you are set on the 10% intervals then you may need to create a custom BED file.
            Last edited by GenoMax; 01-07-2014, 07:51 AM.

            Comment


            • #7
              Yes, I think I need to create custom bed file.

              Thank you for your help

              Comment


              • #8
                Quick and dirty way
                This works best if you align to a list of transcripts, instead of genome. Sure, it's not quite as accurate as aligning to genome with TopHat, but you don't need exact figures, just a ballpark.

                1) get a list of your transcripts, and how long each one is. (If you align to a list of transcripts, samtools idxstats will tell you this)
                2) take line of your sam file, and associate it with a transcript (If you align to a list of transcripts, each line will already have that info)
                3) Go through each line of the .sam, and change the alignment position to a corrected integer position that is the position / total length of the transcript
                4) Bin up all your new positions.
                Last edited by swbarnes2; 01-07-2014, 10:28 AM.

                Comment

                Latest Articles

                Collapse

                • seqadmin
                  Advancing Precision Medicine for Rare Diseases in Children
                  by seqadmin




                  Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
                  12-16-2024, 07:57 AM
                • seqadmin
                  Recent Advances in Sequencing Technologies
                  by seqadmin



                  Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

                  Long-Read Sequencing
                  Long-read sequencing has seen remarkable advancements,...
                  12-02-2024, 01:49 PM

                ad_right_rmr

                Collapse

                News

                Collapse

                Topics Statistics Last Post
                Started by seqadmin, 12-17-2024, 10:28 AM
                0 responses
                26 views
                0 likes
                Last Post seqadmin  
                Started by seqadmin, 12-13-2024, 08:24 AM
                0 responses
                43 views
                0 likes
                Last Post seqadmin  
                Started by seqadmin, 12-12-2024, 07:41 AM
                0 responses
                29 views
                0 likes
                Last Post seqadmin  
                Started by seqadmin, 12-11-2024, 07:45 AM
                0 responses
                42 views
                0 likes
                Last Post seqadmin  
                Working...
                X