Hi all,
Tophat is a great, but it seems not working so well with Cufflinks. As Cufflinks require the .SAM result containing the "XS:A:±" field and Tophat don't provide this, I will have to add this field to the end of each line of .sam file.
But after I did this, cufflinks warned me with "XA attribute not supported". And "XA" attribute is there from Tophat. Should I remove "XA" field or put "XS" field in the position of "XA"?
Thanks!
Tophat is a great, but it seems not working so well with Cufflinks. As Cufflinks require the .SAM result containing the "XS:A:±" field and Tophat don't provide this, I will have to add this field to the end of each line of .sam file.
But after I did this, cufflinks warned me with "XA attribute not supported". And "XA" attribute is there from Tophat. Should I remove "XA" field or put "XS" field in the position of "XA"?
Thanks!
With bowtie you can easily make a compatible format, the question is how much sense it makes to do so. The problem with generic alignment programs like Bowtie is that they essentially do not take splice junctions into account while it is the core idea in Cufflinks expression estimation. well, at least thats my impression!
Comment