Skip to content

Commit

Permalink
Merge pull request #1112 from drieslab/suite_dev
Browse files Browse the repository at this point in the history
Hotfix: CosMx Convenience
  • Loading branch information
jiajic authored Mar 1, 2025
2 parents 7bd67c4 + 7b6e6b4 commit 9963573
Show file tree
Hide file tree
Showing 11 changed files with 410 additions and 102 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RoxygenNote: 7.3.2
Depends:
R (>= 4.4.1),
methods,
GiottoClass (>= 0.4.5)
GiottoClass (>= 0.4.7)
Imports:
BiocParallel,
BiocSingular,
Expand All @@ -37,8 +37,8 @@ Imports:
dbscan (>= 1.1-3),
ggraph,
ggplot2 (>= 3.1.1),
GiottoUtils (>= 0.2.3),
GiottoVisuals (>= 0.2.10),
GiottoUtils (>= 0.2.4),
GiottoVisuals (>= 0.2.12),
igraph (>= 1.2.4.1),
Matrix (>= 1.6-2),
MatrixGenerics,
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Giotto 4.2.1 (2025/02/04)

## Changes
* GiottoUtils req raised to 0.2.4

## Bug fixes
* fix `identifyTMAcores()` when no overlap relations are found and an `rbind` error is thrown
* fix `createGiottoCosMxObject()` not passing `load_expression`, `load_cellmeta`, `load_transcripts` params to `importCosMx()`

## Enhancements
* `poly_pref` param for `createGiottoCosMxObject()` and `importCosMx()` to select between loading the mask images or the `polygons.csv` as polygon info.
* `image_negative_y` param for `createGiottoCosMxObject()` for toggling how images and polygons from mask images should be spatially mapped
* `slide` param made more prominent in `createGiottoCosMxObject()`
* `importCosMx()` now supports vectors of filepaths when provided to `$load_images()` and `$load_polys()`
* `importCosMx()` Selected FOVs are now selected in `plot()`.

# Giotto 4.2.0 (2025/01/17)

Expand Down
Loading

0 comments on commit 9963573

Please sign in to comment.