Hi
I want to run cuffdiff for analysis of 2 samples which have different conditions (control , disease) and without biological replicates. I would like to know is it correct that before running cuffdiff , I use cuffmerge and merge the transcripts.gtf files of 2 samples (assembled with cufflinks) with references annotations file?
Thank you
l want just to learn how can run cuffdiff correctly. I will have more biological replicates later. For this 2 current samples:
First, I used cuffmerge to merge the gtf files form cufflinks and then run cuffdiff. I got 71 sig genes.
In second run I just use cuffdiff with gtf annotation files and
accepted_hits
files (without gtf files from cufflinks) and got 412 sig genes.the command that I used is:
I would like to know which one is correct?
Thanks in advance
Both are correct, but the first result is probably more reliable, due to better matching the actual gene models used.