This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Adding Salmon Alevin counts to clustered Seurat object

Hi Im trying to figure out an appropriate way to add Salmon Alevin count matrix to a previously created and clustered Seurat object, just to be able to see isoform distribution across clusters generated from scRNA-seq data. I can import Alevin counts and use those as the basis for Seurat clustering, but those results are quite different since its using all of the isoforms to do the clustering and differential calls. Any help greatly appreciated, thanks!

salmon seurat alevin

alevin returns gene level counts, not isoform-level, are you aware of that?

Yes, I see, tricking the tx2gene map. Anyway, you need most likely a new Seurat object for this as it's not the same dimensions (rows) as a gene-level one. Just make a new one and transfer all the reduced dimensions and column-wise data to the new one.

Ok thanks for the tips. So I guess there is no way to include this within a full processed and clustered gene-level object? Seems the only way to do it otherwise is to start with a new object where the isoform level counts are the foundation of the clustering.

0 answers

No answers yet.

Log in to answer this question.