Skip to content

Commit

Permalink
Merge pull request #788 from jiajic/suite
Browse files Browse the repository at this point in the history
hotflix: spatplot2D() plotting of metadata
  • Loading branch information
jiajic authored Nov 8, 2023
2 parents d2d746a + 66a9fc4 commit cde56f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/auxiliary_giotto.R
Original file line number Diff line number Diff line change
Expand Up @@ -4822,7 +4822,7 @@ combineMetadata = function(gobject,
cell_ID = NULL

if(!is.null(spatial_locs)) {
metadata = cbind(metadata, spatial_locs[, cell_ID := NULL])
metadata = merge(metadata, spatial_locs, by = 'cell_ID')
}


Expand Down

0 comments on commit cde56f8

Please sign in to comment.