This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Kallisto Bootstrapping and deseq2

Dear all, Just a quick clarification about importing pseudocounts into the deseq2 package. I don't usually apply the bootstrapping step with the Kallisto package for deseq2 analysis. My results are definitely comparable to ones generated by technicians in my university with totally different approaches. Nevertheless, my question is whether it could be considered a mistake not to run the pseudoalignment step without the bootstrap part when the tsv files are then processed by the tximport package for the downstream analysis with deseq2. Thanks

deseq2

1 answer

DESeq2 has no way to take the bootstrap analysis from Kalisto (or Salmon) into account when doing DE. Bootstraps can only be used by tools designed to use them. As far as I'm aware, at the moment, the only DE tools that can do this are the swish method from Fishpond and the sleuth package.

Thanks for confirming this. This clarify things up!

Log in to answer this question.