Open elifozcelik opened 2 months ago
try switching xy coordinates, like x = c(175000, 180000)
andy = c(-50000, -60000)
to see if it works
see this issue:
It didn't work, getting the same error again
try the coords = "plot"
arg within the Crop
function to specify if coordinates you provided are from the Seurat's plotting function or from tissue coords, see this -> Crop
function
@elifozcelik are you sure that those coordinates are correct? Obviously the output is truncated, but none of the values displayed in coords
seem to be within the specified range.
Hi, I am trying to use the crop function on my data but it is giving the following error
When I plot the image using ImageDimPlot I can see that these coordinates include tissues. ggplot_try.pdf
Am I missing something? Leaving related information below, thank you!