Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No doublet output = 0 doublets? #226

Open
bpyenson opened this issue Mar 22, 2024 · 1 comment
Open

No doublet output = 0 doublets? #226

bpyenson opened this issue Mar 22, 2024 · 1 comment

Comments

@bpyenson
Copy link

Hi,

I've loved using souporcell for my single nucleus RNAseq analysis. Thanks to Haynes and the team for making such a good program.

On one dataset, though, I saw a result in R* seurat analysis of clusters.tsv that did not show any doublet nuclei. There's two explanations for this: 1) that souporcell detected 0 doublets, and simply didn't print them; or 2) that souporcell was unable to calculate doublets. It did distinguish singlets from unassigned, making me think that explanation 1 above is correct. Has anyone had this issue?

Happy to provide output files if helpful.

Thanks

Code and output in R*:
clusters=read.table(paste0("clusters.tsv"),header=T)
table(clusters$status)

singlet unassigned

1695 320

@bpyenson
Copy link
Author

As an update, the same issue occurs for unassigned, where presumably the absence of printing of results means that unassigned nuclei=0. Here is an example:

clusters=read.table(paste0("clusters.tsv"),header=T)
table(clusters$status)

doublet singlet
869 5148

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant