This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Can I go from kallisto results to SEURAT directly

Is there any thing else that needs to be done before I use SEURAT in R on my kallisto results. Am I missing a step. I heard about bustools but can't find more info on it. (Also this is single cell rna-seq data)

Thanks

cell bustoolls kallisto single

If you already have matrix.mtx, genes.txt and barcodes.txt from kallisto output, you are ready to proceed into R for Seurat object creation.

library(Seurat)
?ReadMtx()

enter image description here

Is their anything kallisto bustools that should be done first that I am unaware of? Because I get the three files you are mentioning after kallisto quant?

0 answers

No answers yet.

Log in to answer this question.