It seems that the two functions CreateSinglerObject and CreateSinglerSeuratObject both create a singler object, and the latter additionally makes a seurat object. However, if I've used Seurat 3.0 to integrate multiple datasets via canonical correlation analysis, can I then use the integrated dataset in singler? I can't seem to get that to work because my output from the CCA is part of a Seurat object which singler does not seem to accept.
Did you look at case 2 here? I think it should answer your question. Do not input the CCA data, just the raw counts (in Seurat 3.0 its called RNA@counts).
Hi Dvir,
In order to use the case 2, how can we generate the raw counts from the integrated dataset (which is having 5 samples in my case)? I'll really appreciate if you can elaborate this.
Hi,
It seems that the two functions CreateSinglerObject and CreateSinglerSeuratObject both create a singler object, and the latter additionally makes a seurat object. However, if I've used Seurat 3.0 to integrate multiple datasets via canonical correlation analysis, can I then use the integrated dataset in singler? I can't seem to get that to work because my output from the CCA is part of a Seurat object which singler does not seem to accept.
Many thanks.