[go: nahoru, domu]

Skip to content
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

static plotting for spatial data #437

Merged
merged 253 commits into from
Apr 14, 2022
Merged

static plotting for spatial data #437

merged 253 commits into from
Apr 14, 2022

Conversation

giovp
Copy link
Member
@giovp giovp commented Dec 5, 2021

IMPORTANT: Please search among the Pull requests before creating one.

Description

Add :func:squidpy.pl.spatial_scatter and :func:squidpy.pl.spatial_segment to statically plot spatial omics data.

TODO

  • add segmentation plotting capabilities Plotting values on top of segmentation mask #427
  • add some type of behaviour for alpha in continuous values. The reason for this is that if with umap you don't care to see points where the value is e.g. 0 (and you can just subset adata), in spatial you do cause you still want to see the full tissue (and this doesn't happen by proxy if you subset adata, cause it also crop the tissue). Not super sure how to handle it yet.
  • saving
  • docs
  • tests

closes #242 #247 #444

@giovp giovp changed the base branch from master to dev December 5, 2021 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature PR introduces a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plotting values on top of segmentation mask Add scale information to plots
7 participants