docs(space): add SPATA2-inspired AnnData utilities tutorial#84
Open
hurry060215-tech wants to merge 15 commits into
Open
docs(space): add SPATA2-inspired AnnData utilities tutorial#84hurry060215-tech wants to merge 15 commits into
hurry060215-tech wants to merge 15 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds rendered English and Chinese notebooks for the SPATA2-inspired AnnData spatial utilities introduced in omicverse/omicverse#847.
The tutorial is scoped as an initial AnnData helper workflow, not as full SPATA2 parity documentation.
Tutorial flow
ov.space.spata2_get_coords.ov.space.spata2_join_variables.ov.space.spata2_tissue_outline.ov.space.spata2_identify_outliers.ov.space.spata2_remove_outliers.Changes
docs/Tutorials-space/t_spata2py.ipynbdocs_zh/Tutorials-space/t_spata2py.ipynbValidation
PYTHONPATH=D:\scop-dev\omicverse-pr847against the updated #847 worktree.PYTHONPATH=D:\scop-dev\omicverse-pr847against the updated #847 worktree.nbformat.validate()passed for both notebooks.???markdown text.git diff --checkMerge note
Merge this tutorial after omicverse/omicverse#847, because it imports the new
ov.space.spata2_*APIs.