Hi All,
I have been trying to use Tophat and also RSEM on illumina data. I always filter the data first when I use Tophat and I have always wondered whether it does its own filteration step or it would be better to filter the data yourself and then trim it using FASTX toolkit etc. Using this approach and then using cuffdiff the overlap with qrtpcr has not been good. So I started using RSEM and I thought I made a mistake by not filtering the reads but then I found that RSEM does neglects the reads by itself as is evident from its output.
# reads processed: 54476831
# reads with at least one reported alignment: 45346199 (83.24%)
# reads that failed to align: 9054059 (16.62%)
# reads with alignments suppressed due to -m: 76573 (0.14%)
Thus I was wondering whether my analysis with RSEM would be correct or wrong. As ideally such tools should automatically filter the reads if they are not bad.
I have been trying to use Tophat and also RSEM on illumina data. I always filter the data first when I use Tophat and I have always wondered whether it does its own filteration step or it would be better to filter the data yourself and then trim it using FASTX toolkit etc. Using this approach and then using cuffdiff the overlap with qrtpcr has not been good. So I started using RSEM and I thought I made a mistake by not filtering the reads but then I found that RSEM does neglects the reads by itself as is evident from its output.
# reads processed: 54476831
# reads with at least one reported alignment: 45346199 (83.24%)
# reads that failed to align: 9054059 (16.62%)
# reads with alignments suppressed due to -m: 76573 (0.14%)
Thus I was wondering whether my analysis with RSEM would be correct or wrong. As ideally such tools should automatically filter the reads if they are not bad.
Comment