This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How do we process Kallisto output (continuous real values) for DESEQ2 analysis (which strictly require discrete count values)?

I have RNA-seq read quantification results from Kallisto. Kallisto has output 1) estimated counts, and 2) tpm values. I am hoping to perform DESEQ2 analysis on these data. The DESQ2 documentation suggests that I should be using only count data as input. However, both of the Kallisto outputs are not discrete counts. They are continuous real numbers. What is the proper preprocessing to use Kallisto quantification tables on DESEQ2?

read-counts deseq2 differential-gene-expression kallisto

2 answers

Use tximport to get your counts into DESeq2. It will understand how to do it properly.

That is great! Thanks for this information, Swbarnes2

just round it up!

Thank you Martombo

Log in to answer this question.