Skip to content

Conversation

@Ed2uiz
Copy link
Collaborator

@Ed2uiz Ed2uiz commented Jan 22, 2026

No description provided.

jiajic and others added 30 commits October 27, 2024 14:36
GiottoClass 0.4.2 - hotfix `makePseudoVisium()`
GiottoClass v0.4.3 hotfix cell metadata desync
GiottoClass 0.4.4 hotfixes for affine image save/loads
change 

exprDT[, genes := as.character(rep(x = geneDT$gene, geneDT$count))]

to

exprDT[, genes := as.character(rep(x = geneDT$geneName, geneDT$count))]
change

 exprDT[, genes := as.character(rep(x = geneDT$gene, geneDT$count))]

to

  exprDT[, genes := as.character(rep(x = geneDT$geneName, geneDT$count))]

same problem as last time
process duplicated gene symbols
hotfix: `loadGiotto()` and `createGiottoPolygon()`
feat: composable data processing framework
enh: compatiblity and spatial querying improvements
hotfix: terra 1.8.50 deprecations
hotfix for `loadGiotto()` and `joinGiotto()`
enh: `as.matrix()` for `nnNetObj`
@coderabbitai
Copy link

coderabbitai bot commented Jan 22, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

)

if (isTRUE(return_gpolygon)) {
if (is.null(name_overlap)) name_overlap <- objName(y)

Check warning

Code scanning / lintr

no visible global function definition for 'objName' Warning

no visible global function definition for 'objName'
@jiajic jiajic merged commit d28b48a into dev Jan 25, 2026
4 checks passed
@Ed2uiz Ed2uiz deleted the db-merge-dev branch January 25, 2026 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants