Dear All,
I am really confused about the cuffdiff function in cufflinks. I thought that cuffdiff needs at least to BAM or SAM files. I have 2 accepted_hits.sam files and one combined_transcripts.gtf. I try this:
cuffdiff -o A1_A3 -q A1_A2.combined.gtf A1/A1_accepted_hits.sam A3/A3_acctepted_hits.sam
ERROR: cuffdiff requires at least 2 SAM files
And for the BAM files:
cuffdiff -o A1_A3 -q A1_A2.combined.gtf A1/A1_accepted_hits.bam A3/A3_acctepted_hits.bam
ERROR: cuffdiff requires at least 2 SAM files
Can anyone please tell me what I am doing wrong? Thanks!
i use version 1.3.0