-
Notifications
You must be signed in to change notification settings - Fork 7
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
(feat): SpatialData
wrapper
#333
Closed
Closed
Conversation
This file contains 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
* Create module for plugin JS * Add docs * Lint * Ignore unused imports
5 tasks
@keller-mark Fixing notebook, apologies |
…)) (#357) * Unit test for anndata wrapper + to_dict * linting
* Misc changes * Bigtiff helper for rgb * Remove unused import * Lint * Unused variables
* Update AnnDataWrapper to support h5ad files with ref spec json * Lint * Fix tests * Update
* Fix binder issue * bump version
@keller-mark The only thing happening here is the |
* Added utility functions to update and remove a view * Added tests for the utility functions * Refactored to multiple functions
* Update exports for createPlugins * Version
…stores (#371) * Register artifacts in wrapper constructors * Docs * Add test * Update * Version bump * Lint * Update is_remote logic * Update
* Try again * Fix bugs * Lint * Update * Omit
Merged
* Try again * Fix bugs * Lint * Update * Omit * Add test * JS version
* (refactor): separate out schema creation * (feat): initial pass at spatial data * (feat): working notebook minus spots (maybe a vitessce bug?) * (fix): try to get spots to appear * (chore): comment out other stuff to make widget show more * Fix visium config * (feat): firstt pass at `from_spatialdata_object` * (refactor): refactor `from_spatialdata_object` and util funcs from static methods * (feat): add url capability * (temp): spatial data fixes * (chore): change variable names * (chore): fix notebooks * (refactor): `path`->`elem` * (chore): more clean ups and fixes * (refactor): small name changes * (refactor): revert public changes * (fix): revert `.ipynb` files * (chore): fix last final args * (fix): name * (fix): remove `request_init` completely and fix `setup.cfg` * (fix): adapt to api * (chore): remove erroneous notebook * (fix): add type support * (chore): add test * (fix): automatic lint * (fix): add default for `obsEmbedding` * (fix): redefinition * (fix): `path` and `embeddingType` swapped * (fix): add annotattions to `utils.py` * (chore): add `spatialdata` dep * (fix): oops, comma for `toml` * (fix): no more python3.8 bc of spatialdata * (fix): remove whitespace * (api): small api cleanups * (fix): args bug * (fix): try spatialdata from master * (chore): lint * (chore): try `spatialdata` update * (fix): `image_elem` usage + table key * (chore): update SpatialData * (fix): `shapes_elem` * (fix): capitalize name of obs set * (fix): use table for spots * (fix): capitalization * (fix): first letter only * (fix): check `self._coordination_values` * (chore): add `obsSets` check * SpatialData changes into original SpatialData branch (#374) * Try again * Fix bugs * Lint * Update * Omit * Update pyproject.toml * Keller mark/spatial data2 (#375) * Try again * Fix bugs * Lint * Update * Omit * Add test * JS version --------- Co-authored-by: ilan-gold <ilanbassgold@gmail.com>
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.
This is a first pass at a
SpatialData
wrapper.Complete #331 for
SpatialData
via a static method (my preferred solution for 331).Some todos: