This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Can I Use *.Bam Generated By Tophat As Input For Coveragebed For Read Count Of Rna-Seq

It should be mapped by TopHat as it is indicated in the file name.

  1. Can I use this TopHat bam file as input of CoverageBed to count the read?
  2. If yes, which GTF/GFF file I should use ?

On the other hand,

I run cufflinks ,cuffmerg and cuffdiff. But the result is no gene is significantly differentially expressed. Where did I do wrong ? How to improve?

THANK YOU VERY MUCH!

rna-seq tophat

Regardless of what genome those BAM files were aligned to, don't use coverageBed to get per-gene counts. If a read aligns to more than one feature, it increments the counter for both, which is the wrong way to do things when dealing with RNAseq. Use featureCounts (from subRead) or htseq-counts instead.

0 answers

No answers yet.

Log in to answer this question.