Hi Andrews. Thanks for your reply. I had already checked the pipeline in cufflinks webpage. Just both cufflinks and cuffquant compute the gene and transcript expression profiles. And cufflinks has also the benefit to output novel genes and transcripts (check -g argument here). So I don't quite understand what the difference in the quantification of the transcripts if I run:
cufflinks -o output -G merged.gtf -b genome.fa -u file.bam
or
cuffquant -o output -b genome.fa -u merged.gtf file.bam
where merged.gtf came from cuffmerge.