I am using the QuasR package to analyse my RNASEQ data. when I run qAlign using bowtie, it works but when I rather use the spliceMap I got this error message "failed while sorting 25mer-alignments". I read all the literature I could find on QuasR and I have not been able to figure out how to fix this problem. Does someone Have I idea what causing this error
The QuasR tool qAlign has an option "auxiliaryFile" which allows you to align your reads in addition to the genome to other auxiliary files to check for spike-ins, contamination, etc.
But let's go back to your original question: The problem is the rather short read length of only 36nts. SpliceMap struggles with reads shorter than 50nts. See the original reference for more details (Au KF, Jiang H, Lin L, Xing Y and Wong WH (2010). “Detection of splice junctions from paired-end RNA-seq data by SpliceMap.” Nucleic Acids Research, 38(14), pp. 4570–4578. http://nar.oxfordjournals.org/content/38/14/4570.full )
Hi Nadia
I have seen this problem before and there might be a solution, or not, depending on how you use QuasR:
- what is the read length?
- are using an auxillary file?
- sessionInfo()
Regards, Hans-Rudolf