-
Notifications
You must be signed in to change notification settings - Fork 89
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
sq.pl.spatial_segment
: wrong cells selected by groups
parameter
#770
Comments
Name Version Build Channel_libgcc_mutex 0.1 main |
Description
When the
groups
parameter is specified insq.pl.spatial_segment
the cells that are plotted are not the cells whereadata.obs[color].isin(groups)
. For example with themibitof
dataset below, whengroups = ["Epithelial","Tcell_CD4"]
mostly cells on the left side of the image are plotted and these are not the location of these cell types whengroups = None
....
Minimal reproducible example
Traceback
No errors raised
Version
1.3.1
...
The text was updated successfully, but these errors were encountered: