Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Cufflinks with solexa data

    Has anyone used cufflinks for solexa RNA-Seq data?

    Te reads are mapped using eland_rna algorithm and used export2sam.pl to convert the eland mapping into sam format.

    I get the following error when I try to use cufflinks.

    Code:
    $ ./cufflinks /test/lib.sam 
    Counting hits in map
    Error: this SAM file doesn't appear to be correctly sorted!
            current hit is at RM:-1, last one was at (null):0
    Please let me know the steps involved from solexa eland mapping data. Thanks.

  • #2
    I would assume that the SAM file is indeed unsorted, as the error message says. If so, you can use the samtools package to sort the SAM file (I think you'll first have to convert it to BAM using "samtools view" before sorting, and then convert back) and try again.

    Alternatively (and easier), you can sort the Eland output file (or the SAM file) on the command line using a command like

    sort -o infile.bed -k 1,1 -k 2,2n infile.bed

    (if the chromosome is in column 1 and the starting coordinate is in column 2, that is ... if not, you have to substitute the correct column numbers for "1" and "2" above)

    Comment


    • #3
      possibly your sam file requires sorted by samtools . I did not have experience. good luck.

      Comment


      • #4
        Use the following command to sort your SAM files. I experienced the same problem and this fixed it. The code is from the Cufflinks manual, no need for samtools or anything else.

        Code:
        sort -k 3,3 -k 4,4n hits.sam > hits.sam.sorted

        Comment


        • #5
          Hi
          Thanks for the response. I did sort the sam file as per the manual but I still get the error as below:

          Code:
          Counting hits in map
          Error: this SAM file doesn't appear to be correctly sorted!
                  current hit is at mm9:-43, last one was at (null):0
          My reference genome chromosome names are c1,c2,c3...etc and splice junction reads starts with mm9. This is according to the eland mappingwhich includes mapping data against genome which includes c1,c2,c3 etc.. and the splice juctions generated (mm9)

          Please let me know how to overcome this problem. Thanks.

          Comment


          • #6
            I would try aligning the reads with TopHat instead. I have no experience with the Eland RNA-seq alignment program, but I doubt TopHat would do a much worse job.

            Comment


            • #7
              Hi,
              HAs anyone tried converting solexa eland output into sam format and use cufflinks successfully? I would erally appreciate very much for any help. Thanks.
              Regards

              Comment

              Latest Articles

              Collapse

              • seqadmin
                Recent Developments in Metagenomics
                by seqadmin





                Metagenomics has improved the way researchers study microorganisms across diverse environments. Historically, studying microorganisms relied on culturing them in the lab, a method that limits the investigation of many species since most are unculturable1. Metagenomics overcomes these issues by allowing the study of microorganisms regardless of their ability to be cultured or the environments they inhabit. Over time, the field has evolved, especially with the advent...
                09-23-2024, 06:35 AM
              • seqadmin
                Understanding Genetic Influence on Infectious Disease
                by seqadmin




                During the COVID-19 pandemic, scientists observed that while some individuals experienced severe illness when infected with SARS-CoV-2, others were barely affected. These disparities left researchers and clinicians wondering what causes the wide variations in response to viral infections and what role genetics plays.

                Jean-Laurent Casanova, M.D., Ph.D., Professor at Rockefeller University, is a leading expert in this crossover between genetics and infectious...
                09-09-2024, 10:59 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, 10-02-2024, 04:51 AM
              0 responses
              13 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 10-01-2024, 07:10 AM
              0 responses
              21 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 09-30-2024, 08:33 AM
              0 responses
              26 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 09-26-2024, 12:57 PM
              0 responses
              18 views
              0 likes
              Last Post seqadmin  
              Working...
              X