Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • questioner
    Junior Member
    • Jun 2009
    • 6

    Detecting differentially expressed genes using aligner outputs

    Hi all,

    I am new to the forum, and I am working with a Illumina GA II data. I have done sequence alignment using Bowtie. My goals is to detect differentially expressed genes over two populations just like microarray analysis. Can someone recommend an easy-to-use software to perform this task?

    I have tried many, and the pile-up functionality does not solve my problem. What I'd like to have is to retrieve counts for each short read with genome annotation such as gene name etc.

    Thanks very much!

    Questioner
  • swbarnes2
    Senior Member
    • May 2008
    • 910

    #2
    Parse the Bowtie output directly. If you aligned straight to named transcripts, each line will have which transcript the read aligned to. It will also say whether the read was uniquely aligned or not. So just count, and correct between your samples based on total number of reads, or reads aligning to housekeeping genes.

    If you aligned to whole genome, you'll have to work out from the position which read aligned to which transcript, but that's doable.

    Comment

    • krobison
      Senior Member
      • Nov 2007
      • 734

      #3
      Have you looked at TopHat or ERANGE? ERANGE in particular would seem to fit your request. (I haven't tried either; am new to this too)

      Comment

      • questioner
        Junior Member
        • Jun 2009
        • 6

        #4
        Thank you all. Now I am parsing Bowtie output and confused about the output format of Bowtie. See my another post please.

        Comment

        • zee
          NGS specialist
          • Apr 2008
          • 249

          #5
          ERANGE will parse bowtie output and create read datasets for you, therefore no need to write your own bowtie parser.
          Read the ERANGE documentation, it's quite easy to follow.
          The Bowtie manual also gives a full description of all the output fields.

          Comment

          • questioner
            Junior Member
            • Jun 2009
            • 6

            #6
            Thanks for the response. I will try ERANGE.

            I read Bowtie manual carefully and it describes 8 fields in the output table, but I got 15 fields in my run. Don't know why?

            Comment

            • waseem
              Member
              • May 2011
              • 11

              #7
              -sam format gives you more fields (including optional fields). using --sam-nosq, will give you 8 fields, the fields you don't want can be suppressed with -suppress 1,2,3 etc.

              Comment

              Latest Articles

              Collapse

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, 06-05-2026, 10:09 AM
              0 responses
              13 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-04-2026, 08:59 AM
              0 responses
              24 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-02-2026, 12:03 PM
              0 responses
              28 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-02-2026, 11:40 AM
              0 responses
              22 views
              0 reactions
              Last Post SEQadmin2  
              Working...