Write object coordinates.

write_coord(object = NULL, file_path = NULL)

Arguments

object

The STGrid object

file_path

The path where to store the file.

Examples

example_dataset()
tmp_f <- tempfile()
write_coord(Xenium_Mouse_Brain_Coronal_7g, file_path=tmp_f)