Open vmanders opened 9 years ago
Due to the way that cufflinks works (at the genome level rather than the transcript level), it is possible to include into kma
. Quantification tools such as kallisto
and RSEM
are compatible , but haven't been integrated yet. They will be in the (distant) future
Hey Harold, I just wanted to follow up on this topic.
Is there any news on having kallisto
for the initial quantification to plug into kma? I would really like to do it - maybe it is more straightforward than what I can expect and try to write my own methods for it?
@federicomarini integrating into the existing kma actually should be fairly easy to. I've been pretty busy as I am trying to wrap up sleuth
and also graduate, so this has been fairly low priority for me.
Perhaps the biggest issue with the existing kma is that it hasn't really been tested in a number of different conditions, so as people have been experiencing, it will likely fail with different types of transcriptomes when trying to pull out the relevant intronic regions. This should be reengineered to make a robust production version (this is in my queue for late Summer). If you are interested in helping, perhaps you can speed up the process. Mind sending me an email if you are interested? Perhaps we could setup a skype call.
haroldpimentel@gmail.com
@pimentel You'll soon have an email. Thanks for the positive reply!
I would like to use KMA, but I use HISAT2 and cufflinks for the alignment and quantification. How can I implement KMA in this pipeline for intron retention detection?
Thanks in advance!