-
Notifications
You must be signed in to change notification settings - Fork 33
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 in make_cell_attr(umi, cell_attr, latent_var, batch_var, latent_var_nonreg, : cell attributes cannot contain any NA, NaN, or infinite values #86
Comments
Do all input cells have at least one count? |
Any luck resolving this issue? |
|
I'm getting this on Visium array .h5 output from spaceranger and loaded into Seurat via Load10X_Spatial(). as far as I can see, the counts matrices do not violate the assumptions above. Any advice? |
@smaniatis I would need the data to figure out what exactly the problem is. If you share the exact commands you used and the input (.h5 file or counts matrix) I will have a look. |
I encountered the same error too but solved it by filtering those genes with all zero counts. |
I agree. With |
A reason can be that QC was not done properly and you try to run the function on cells without any counts, meaning all gene in that cell are zero. You can check that with |
Would it be worthwhile amending the error message to include, "a high % of zeroes in some columns" or similar? |
I got this error as well, but I think it was caused by genes that had zero counts rather than cells. Is this possible? |
min(obj$nFeature_RNA) This seurat object was created from the output of cellranger-arc aggr. It contains both snATAC and snRNA data from 4 biological samples. Any idea why I am getting this error? |
Hi, I am analysing the 4 pancreas samples after applying decontX from the celda package. Some of the samples are processing correctly. However, randomly and inconsistently i receive this error:
Error in make_cell_attr(umi, cell_attr, latent_var, batch_var, latent_var_nonreg, :
cell attributes cannot contain any NA, NaN, or infinite values
Why could this be happening?
The text was updated successfully, but these errors were encountered: