Hello Everyone,
I am using cuffdiff to compare my 2samples against the control here I am using following command for analysis.
cuffdiff \
-p 10 \
-o /home/pinky/Desktop/NGS/diff_out/son/ \
--labels conditionA1, conditionB1, conditionC1 \
-b /home/pinky/Desktop/NGS/conindex/rice_exc.fasta \
-u /home/pinky/Desktop/NGS/cuffmerge/sonexp/transcripts.gtf \
/home/pinky/Desktop/NGS/tophat_fasta/sample19/accepted_hits.bam, /home/pinky/Desktop/NGS/tophat_fasta/sample20/accepted_hits.bam /home/pinky/Desktop/NGS/tophat_fasta/sample21/accepted_hits.bam /home/pinky/Desktop/NGS/tophat_fasta/sample25/accepted_hits.bam, /home/pinky/Desktop/NGS/tophat_fasta/sample26/accepted_hits.bam, /home/pinky/Desktop/NGS/tophat_fasta/sample27/accepted_hits.bam /home/pinky/Desktop/NGS/tophat_fasta/sample31_1/accepted_hits.bam, /home/pinky/Desktop/NGS/tophat_fasta/sample32/accepted_hits.bam, /home/pinky/Desktop/NGS/tophat_fasta/sample33/accepted_hits.bam
Warning: Your version of Cufflinks is not up-to-date. It is recommended that you upgrade to Cufflinks v2.2.1 to benefit from the most recent features and bug fixes (http://cufflinks.cbcb.umd.edu).
Error: number of labels must match number of conditions
but instead of proper run I am getting this error. So I manipulated it in this way to resolve this.
cuffdiff \
-p 10 \
-o /home/pinky/Desktop/NGS/diff_out/son/ \
--labels conditionA1, conditionA2, conditionA3, conditionB1, conditionB2, conditionB3, conditionC1, conditionC2, conditionC3 \
-b /home/pinky/Desktop/NGS/conindex/rice_exc.fasta \
-u /home/pinky/Desktop/NGS/cuffmerge/sonexp/transcripts.gtf /home/pinky/Desktop/NGS/tophat_fasta/sample19/accepted_hits.bam, /home/pinky/Desktop/NGS/tophat_fasta/sample20/accepted_hits.bam /home/pinky/Desktop/NGS/tophat_fasta/sample21/accepted_hits.bam /home/pinky/Desktop/NGS/tophat_fasta/sample25/accepted_hits.bam, /home/pinky/Desktop/NGS/tophat_fasta/sample26/accepted_hits.bam, /home/pinky/Desktop/NGS/tophat_fasta/sample27/accepted_hits.bam /home/pinky/Desktop/NGS/tophat_fasta/sample31_1/accepted_hits.bam, /home/pinky/Desktop/NGS/tophat_fasta/sample32/accepted_hits.bam, /home/pinky/Desktop/NGS/tophat_fasta/sample33/accepted_hits.bam
but still the problem remains same. so will you please guide or suggest something.
Thanks
Megha Varshney
Thanks @Goutham Atla and @ Daniel, I got solved my problem as previously I had made some mistakes.