You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CSS part runs fine to completion and the CSS matrix is populated
Start to do clustering for each sample...
Done clustering of sample embryo.
Done clustering of sample P0.
Done clustering of sample P7.
Done clustering of sample adult.
Finished clustering.
Calculating average profiles of clusters...
Calculating standardized similarities to clusters...
'as(<dgeMatrix>, "dgCMatrix")' is deprecated.
Use 'as(., "CsparseMatrix")' instead.
See help("Deprecated") and help("Matrix-deprecated").
Doing kernel transformation...
Done. Returning results...
Warning: Number of dimensions changing from 82 to 70
Then when I try to plot the results in a UMAP by running the UMAP function,
17:26:25 UMAP embedding parameters a = 0.9922 b = 1.112
Found more than one class "dist" in cache; using the first, from namespace 'spam'
Also defined by ‘BiocGenerics’
Error in checkna(X) : Missing values found in 'X'
The text was updated successfully, but these errors were encountered:
Do you have the same issue if you use the default spectrum type "corr_ztransform" instead of the current setting "corr_kernel"?
I have the same issue using "corr_ztransform". I am using Seurat V5 and I remember that I have run this step without error when using Seurat V4. Is it the possible reason?
Do you have the same issue if you use the default spectrum type "corr_ztransform" instead of the current setting "corr_kernel"?
I have the same issue using "corr_ztransform". I am using Seurat V5 and I remember that I have run this step without error when using Seurat V4. Is it the possible reason?
I've check the cell.embedding of the css reduction. Turns out that there are NAs in the cell.embedding. I could continue by converting all the NAs into 0, but is there any other solutions that can solve this issue in a more elegant way? Thank you for your help!
The CSS part runs fine to completion and the CSS matrix is populated
Then when I try to plot the results in a UMAP by running the UMAP function,
The following error pops up.
The text was updated successfully, but these errors were encountered: