S3 reading support - #198
Closed
Bisaloo wants to merge 999 commits into
Closed
Conversation
Use dedicated base R functions to simplify some code patterns
simplified point/shape subsetting
* revise validity to accept >2/3D * revise ome(ro) version retrieval * make use of new BiocGenerics * move EBImage to Suggests:, remove paws * minimal list of authors until further discussion
* use prototyped S4Vectors::SimpleList as slots * new path() method to retrieve on-disk file paths * more tests & validity * bump to v0.99.39
* simplify code bits using seq_along(), lengths(), .data, etc. * assure layer lists are fully named (updated validity, tests, setters) * make SpatialDataImage/Label() accept single-arary (HelenaLC#216) * v0.99.40 --------- Co-authored-by: Hugo Gruson <git@hugogruson.fr>
* fix URL: and BugReports: * fix R CMD check warnings * in vignette, call spatialdataR::transform() explicitly * v0.99.41
* sda sub revision for >2/3 dims * crop multi-scale adjustment * divert badge to r-uni action * v0.99.42
* match scales in mask() * channels() bug fix * fix [,sdArray docs
…justment * add axes() arg to return name/type/unit * >2D & multi-scale adjustment in centroids,label
* update sdArray validity & tests to allow time dim. * mask,image/label returns one assay per timepoint
* refactor: identifier validation, multiscales & spatial axiis accession * SpatialDataAttrs() with >2/3d support * tests for show(), SpatialDataAttrs() * axes() arg to return name/type/unit * v0.99.43
* factor out + test .sync_tables_on_crop * restructure utils * test 4D masking * v0.99.43
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.
tableselement, as this needs to be implemented separately in anndataR. Prerequisite: Consolidated Zarr metadata at the root of the anndata zarr store scverse/anndataR#461)