As the title says, would appreciate if someone can give me a tip of tools you use when analyzing gene expressions.

Thanks in advance.

asked 15 Aug '12, 10:14

eXpander's gravatar image

eXpander
355
accept rate: 33%


Hello there

It depends on if you have a reference genome or not. If you have one, then you could use TopHat (http://tophat.cbcb.umd.edu/) as aligner, since it can detect splice junctions. Then you can use Cufflinks (http://cufflinks.cbcb.umd.edu/) to assemble transcripts and detect differential expression.

If you do not have a reference genome, you could use Trinity (http://trinityrnaseq.sourceforge.net/) to do a de novo assembly of the transcripts.

All the programs are available on Uppmax if you are running on that system. As always, there are as many opinions about which programs to use as there are users :)

Mvh Martin

link

answered 16 Aug '12, 10:59

dahlo's gravatar image

dahlo ♦♦
2528
accept rate: 53%

Hi eXpander

I think that BWA could also be a very useful tool for mapping against a reference genome.It can handle gaps in the mapping which is not possible in Bowtie (Tophat is using Bowtie). Bowtie and BWA seems to be the fastest mappers around which is of course an issue when it comes to large scale NGS projects. If you decide to go for Bowtie you can follow this protocol published in Nature this year:

http://www.nature.com/nprot/journal/v7/n3/full/nprot.2012.016.html

These protocols describe how to map with Bowtie and all the way up to identifying differentially regulated genes.

Trinity is wonderful for when you do not have a reference genome.

link

answered 12 Sep '12, 11:33

DagAhren's gravatar image

DagAhren ♦
1446
accept rate: 33%

Hey, You might also check Galaxy project (https://main.g2.bx.psu.edu/) which provides a graphical user interface to many of the applications mentioned above.

all the best, L.

link

answered 12 Sep '12, 17:32

lucash's gravatar image

lucash ♦
211
accept rate: 0%

Thanks all for your answers!

link

answered 12 Sep '12, 13:10

eXpander's gravatar image

eXpander
355
accept rate: 33%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×3
×2
×2

Asked: 15 Aug '12, 10:14

Seen: 660 times

Last updated: 12 Sep '12, 17:32

powered by OSQA