This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Samtools And Cuffdiff

OK, here we go.. I want to see differential expression for two genes at a genomic locus in different cell lines. I have a set of bam files of long RNA seq for this. Q-1: Is it possible to convert all the bam files into sam together? After this I would proceed to input sam files into cufflinks to generate gtf files. Q-2: How do I proceed from here to compare differential expression across different samples?

cuffdiff

1 answer

It should be simple. Run your samples like this. I think cuffdiff should work on bam files as well so no need to convert bam into sam.

cuffdiff your_transcripts.gtf cellline1.bam  cellline2.bam cellinen.bam

fyi : http://cufflinks.cbcb.umd.edu/manual.html#cuffdiff

Log in to answer this question.