Skip to content

Commit

Permalink
Merge pull request #1098 from drieslab/suite_dev
Browse files Browse the repository at this point in the history
Giotto v4.2.1
  • Loading branch information
jiajic authored Feb 5, 2025
2 parents aee7350 + 67e845a commit 7bd67c4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: Giotto
Title: Spatial Single-Cell Transcriptomics Toolbox
Version: 4.2.0
Version: 4.2.1
Authors@R: c(
person("Ruben", "Dries", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7650-7754")),
Expand Down
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Giotto 4.2.0 (2024/01/17)
# Giotto 4.2.1 (2025/02/04)

## Bug fixes
* fix `identifyTMAcores()` when no overlap relations are found and an `rbind` error is thrown

# Giotto 4.2.0 (2025/01/17)

## Breaking Changes
* Large changes to `createGiottoCosMxObject()` that better reflect NanoString provided outputs.
Expand Down
1 change: 1 addition & 0 deletions R/spatial_clusters.R
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ identifyTMAcores <- function(
# determine sorted pairs of overlaps
apply(MARGIN = 2, sort) |>
t()
if (any(dim(ovlp) == 0)) ovlp <- NULL
return(ovlp)
})
# combine test reps
Expand Down
Loading

0 comments on commit 7bd67c4

Please sign in to comment.