-
Notifications
You must be signed in to change notification settings - Fork 12
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
The "mapping" parameter cannot be used correctly when using sc_dim() #16
Comments
I think one work around is to reassign the identity: Idents(sce.all.int) <- sce.all.int$RNA_snn_res.0.8
sc_dim(sce.all.int, reduction = "tsne") |
Yes, I did try this and it works. But I think this way is not very elegant, especially when I want to draw multiple groups of images at the same time (similar to what is achieved by the |
Because we did not bind the |
|
I know the |
My code:
It seems that the specified column could not be found in the seurat object.
sessionInfo:
The text was updated successfully, but these errors were encountered: