Cuffdiff Command Line For Labels And Replicates
1
2
Entering edit mode
10.8 years ago
Johan ▴ 890

I've been trying to figure out how to setup the cuffdiff command line if one wants both labels and replicates, but I think that the manual could have been more specific on this point. Should there be one label per condition of one per input file. To exemplify:

Assume that I have two conditions A and B with two samples each, then which of the below alternatives are correct?

Alternative 1: cuffdiff <other options> --labels conditionA,conditionB <annotations file> sample1.bam,sample2.bam sample3.bam,sample4.bam

Alternative 2: cuffdiff <other options> --labels conditionA,conditionA,conditionB,conditionB <annotations file> sample1.bam,sample2.bam sample3.bam,sample4.bam

Of course if I'm completely off track, please say so.

cuffdiff • 12k views
ADD COMMENT
2
Entering edit mode

I think that the labels are labels for conditions, which -at present- are two (e.g. treated and control). So, I would go for alternative 1.

ADD REPLY
0
Entering edit mode

You are right, I just finished experimenting with this myself before seeing your comment. I added it as a answer below, for future reference.

ADD REPLY
2
Entering edit mode
10.8 years ago
Johan ▴ 890

I did some experimentation of my own, and just as @Fabio Marroni suggests in his comment to my question the correct way to do it is alternative 1:

cuffdiff <other options> --labels conditionA,conditionB <annotations file> sample1.bam,sample2.bam sample3.bam,sample4.bam

ADD COMMENT
0
Entering edit mode

what is this annotation file?

ADD REPLY
0
Entering edit mode

It is the GTF file which is merged.

ADD REPLY

Login before adding your answer.

Traffic: 2398 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6