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
I'm using Giotto to run spatial clustering on a dataset, but I run into the following error :
ST <- runtSNE(ST, dimensions_to_use = 1:20)
Error in Rtsne.default(X = matrix_to_use, dims = dims, perplexity = perplexity, :
Remove duplicates before running TSNE.
ST is the Giotto object after running PCA and UMAP on it. I have done checks from my side for duplicates in spatial_locs, cell/geneIDs in raw expressions and in the pca/umap matrix, but there are no duplicates.
Please help me resolve this issue.
Thanks!
The text was updated successfully, but these errors were encountered:
Hey there !
I'm using Giotto to run spatial clustering on a dataset, but I run into the following error :
ST <- runtSNE(ST, dimensions_to_use = 1:20)
Error in Rtsne.default(X = matrix_to_use, dims = dims, perplexity = perplexity, :
Remove duplicates before running TSNE.
ST is the Giotto object after running PCA and UMAP on it. I have done checks from my side for duplicates in spatial_locs, cell/geneIDs in raw expressions and in the pca/umap matrix, but there are no duplicates.
Please help me resolve this issue.
Thanks!
The text was updated successfully, but these errors were encountered: