Hi all,
I just wanted to add a +1 for some of the issues mentioned in this thread with Cufflinks 2. My data are from an Illumina 78bp paired-end protocol, with 7 and 5 replicates in two conditions.
I was previously using 1.3, with a command like:
cuffdiff -c 0 -p 4 -u -b <GENOME_FILE> -o <OUT_DIR> -L <LABELS> -M <MASK FILE> --library-type fr-unstranded merged.gtf <CONDITION 1 CUFFLINKS OUTPUTS> <CONDITION 2 CUFFLINKS OUTPUTS>
I was already using -c 0, since I have genes that are on/off between conditions and were being excluded due to low read counts in the 'off'. This produced results that seemed plausible, but I like the sound of the quoted improvements in 2.0- particularly the improved reporting of FPKMs.
Cuffdiff 2.0 with the same options produced the extreme numbers of NOTESTs described above. After reading this thread I first set --min-outlier-p to 0, which did not solve the problem. Then I removed -b (--frag-bias-correct), which produces results closer to (though even more conservative) than 1.3.
My conclusion: this beta not yet ready for widespread use.
I just wanted to add a +1 for some of the issues mentioned in this thread with Cufflinks 2. My data are from an Illumina 78bp paired-end protocol, with 7 and 5 replicates in two conditions.
I was previously using 1.3, with a command like:
cuffdiff -c 0 -p 4 -u -b <GENOME_FILE> -o <OUT_DIR> -L <LABELS> -M <MASK FILE> --library-type fr-unstranded merged.gtf <CONDITION 1 CUFFLINKS OUTPUTS> <CONDITION 2 CUFFLINKS OUTPUTS>
I was already using -c 0, since I have genes that are on/off between conditions and were being excluded due to low read counts in the 'off'. This produced results that seemed plausible, but I like the sound of the quoted improvements in 2.0- particularly the improved reporting of FPKMs.
Cuffdiff 2.0 with the same options produced the extreme numbers of NOTESTs described above. After reading this thread I first set --min-outlier-p to 0, which did not solve the problem. Then I removed -b (--frag-bias-correct), which produces results closer to (though even more conservative) than 1.3.
My conclusion: this beta not yet ready for widespread use.
Comment