-
Notifications
You must be signed in to change notification settings - Fork 12
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
v0.1.3 #161
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
- now displays calculated overlap names
Enhancement: update giottoPolygon show function
Add: images vignette and names methods
- add a link back to overarching suite package
commit 4663944 Author: jiajic <72078254+jiajic@users.noreply.github.com> Date: Tue Jan 9 11:02:06 2024 -0500 Add: addCellMetadata() tests commit 3ce570a Author: jiajic <72078254+jiajic@users.noreply.github.com> Date: Tue Jan 9 10:13:01 2024 -0500 Update NEWS.md commit 3efa9ee Author: jiajic <72078254+jiajic@users.noreply.github.com> Date: Tue Jan 9 10:09:36 2024 -0500 chore: update documentation commit 2d0fe0f Author: jiajic <72078254+jiajic@users.noreply.github.com> Date: Fri Jan 5 12:03:42 2024 -0500 Update auxilliary.R commit 5cc4efa Author: jiajic <72078254+jiajic@users.noreply.github.com> Date: Thu Jan 4 15:34:30 2024 -0500 WIP
commit 9a56bfa Author: jiajic <72078254+jiajic@users.noreply.github.com> Date: Fri Jan 5 16:43:45 2024 -0500 Update methods-show.R spatLocsObj show now properly displays range for z col if present commit 7976f7d Author: jiajic <72078254+jiajic@users.noreply.github.com> Date: Fri Jan 5 16:30:01 2024 -0500 Add: rgl and plotly `spatLocsObj` `plot()` methods
- update createSpatialNetwork docs - add vignetteBuilder info to image_tools vignette
Chore: documentation
- fix unexpected metadata sorting for `addCellMetadata()` and `addFeatMetadata()`. Ordering at start of call is now matched against when returning. testing updated to expect this behavior. - documentation updates
Mixedsort
Update NEWS.md
edit NEW.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lintr found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
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.
init_gobject
as a param forloadGiotto()
in order to skipgiotto
object initialization if needed (not recommended in most cases) See?GiottoClass::giotto
for overview of what thegiotto
object'sinitialize()
method does.colnames
,rownames
,dimnames
plot()
(both rgl and plotly methods available through optiongiotto.plotengine3d
) andshow()
now handle 3DspatLocsObj