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

Error with SCINA command #25

Open
martina811 opened this issue Jan 26, 2024 · 1 comment
Open

Error with SCINA command #25

martina811 opened this issue Jan 26, 2024 · 1 comment

Comments

@martina811
Copy link

martina811 commented Jan 26, 2024

Hello! I am trying to use SCINA with a very big dataset, it is ~ 25.000 genes and 80.000 cells. I Have a very large file of signatures downloaded from CellMarker (1600 signatures), but I filtered out all the signatures that do not have at least 2 markers genes that overlap with my expression matrix.

When I run SCINA i got sometimes the error "chol.default(theta[[i]]$sigma1) : 'a' must have dims > 0" and sometimes "Error in if (any(keep)) { : missing value where TRUE/FALSE needed".

I did many test with the same data, and for example I saw that with a exp matrix of 1200 genes and 2000 cells, the same signatures files always filtered with the same criteria, works with no errors.

So I want to ask if the size of the expression matrix could be a problem ? Because I did multiple test and I saw that often even with a signature file with many markers for each signature SCINA works with no errors.

Thanks a lot!

@wtwt5237
Copy link

Hi @martina811

Yes, I am suspecting that the size of the dataset is causing this problem. Could you run your data in batches through scina, or just ignore the cells with low expression counts in all your analyses?

Thanks!

Tao

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

2 participants