-
Notifications
You must be signed in to change notification settings - Fork 102
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
v4.1.0 #1003
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
--- TODO: - instructions on dbMatrix installation - subsequent steps in Giotto workflow
…malization workflow --- TODO: - update custom normalization workflows. - add proper setters from dbMatrix
sync suite
Modular reader class implementation for CosMx outputs
feat: add cosmx reader proto
- Fix stats::density and GiottoClass::density naming overlap - document
fix: namespace issue
chore: improve docs
fix: catch empty condition of cosmx_dir
- add micron scaling - make naming align with nanostring standards - add image name parsing for FOV number - use individual params instead of param lists for clarity - change fov shifts detection to mainly being derived from metadata or transcripts instead of loading the values in since they are usually in micron scaled values.
- add progressr for FOV-specific operations
- add debug message with path
feat: dbverse integration --- filterGiotto() normalizeGiotto()
feat: xenium convenience update
image_register&segment
Add: three functions for ONTraC integration
- `performCellposeSegmentation()` -> `doCellposeSegmentation()`
chore: naming change and document
chore: update news
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.
Breaking changes
detectSpatialCorGenes()
removed. UsedetectSpatialCorFeats()
insteadfindInteractionChangedGenes()
removed. UsefindInteractionChangedFeats()
insteadfindCellProximityGenes()
removed. UsefindInteractionChangedFeats()
insteadcreateGiottoXeniumObject()
has been overhauled and parameters have changed.Bug fixes
plotInteractivePolygons()
when providing a spatial plot with a continuous scale #964 by jweis3find_dampening_constant()
whenS[subset, ]
produces only 1 gene.interpolateFeatures()
where feature names with-
or starting with numbers did not workrunPCAprojectionBatch()
for when ncp requested exceeds number of feats usedspatCellCellcom()
respectverbose
flag #949 by rbutleriiiNew
read10xAffineImage()
for reading 10x affine transformed imagesEnhancements
print()
methods foricfObject
andcombIcfObject
Changes