Skip to content

Commit

Permalink
a comment on spots
Browse files Browse the repository at this point in the history
  • Loading branch information
alikhuseynov committed Oct 9, 2024
1 parent 0d657f9 commit 7898bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/coerce.R
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ setAs(
if (is.null(rownames(coords_use))) {
rownames(coords_use) <- colnames(from)
}
cg <- .sc2cg(coords_use)
cg <- .sc2cg(coords_use) # add `endCapStyle = "SQUARE"` when VisiumHD?
int_colData(from)[["colGeometries"]] <-
make_zero_col_DFrame(nrow(int_colData(from)))
int_colData(from)$colGeometries$centroids <- cg
Expand Down

0 comments on commit 7898bca

Please sign in to comment.