I get the cluster spatial distribution in the 24 images, representing FOVs aggregated into 4 groups in one big figure. How do I plot spatial cluster distributions in every FOV separately, so I can interpret them?
Attached is the image dim plot output.
Also, this is the folder structure of my Dataset:
Run5471_S1
|- CellComposite
|- CellLabels
|- CellOverlay
|- CompartmentLabels
|- RawMorphologyIMages
|- Run5471_S1_exprMat_file.csv
|- Run5471_S1_fov_positions_file.csv
|- Run5471_S1_metadata_file.csv
|- Run5471_S1_tx_file.csv
|-Run5471_S1-polygons.csv
I am trying to use Seurat to analyse a Nanostring CosMx dataset. I followed the seurat tutorial at this link: https://satijalab.org/seurat/articles/seurat5_spatial_vignette_2#human-lung-nanostring-cosmx-spatial-molecular-imager
I have 4 samples each with 6 FOVs (images) summing up to 24 images. I follow the procedures of the tutorial, but when I use the following code:
I get the cluster spatial distribution in the 24 images, representing FOVs aggregated into 4 groups in one big figure. How do I plot spatial cluster distributions in every FOV separately, so I can interpret them? Attached is the image dim plot output.
Also, this is the folder structure of my Dataset: Run5471_S1 |- CellComposite |- CellLabels |- CellOverlay |- CompartmentLabels |- RawMorphologyIMages |- Run5471_S1_exprMat_file.csv |- Run5471_S1_fov_positions_file.csv |- Run5471_S1_metadata_file.csv |- Run5471_S1_tx_file.csv |-Run5471_S1-polygons.csv
Could you please help resolve this issue?