Skip to content

Commit

Permalink
Merge pull request #1116 from drieslab/suite_dev
Browse files Browse the repository at this point in the history
hotfix: cosmx poly loading fails with 1 fov selection
  • Loading branch information
jiajic authored Mar 1, 2025
2 parents 9963573 + e268eb0 commit 5a27bc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/convenience_cosmx.R
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,8 @@ setMethod("$<-", signature("CosmxReader"), function(x, name, value) {

if (length(gpolys) > 1L) {
gpolys <- do.call(rbind, args = gpolys)
} else {
gpolys <- gpolys[[1]] # unlist
}

return(gpolys)
Expand Down

0 comments on commit 5a27bc8

Please sign in to comment.