Closed olhakholod closed 10 months ago
Hi, Seurat also provides a function "LoadNanostring" to load coxMx dataset as a Seurat object. You can refer to this vignette for details on how to do it (https://satijalab.org/seurat/articles/seurat5_spatial_vignette_2#human-lung-nanostring-cosmx-spatial-molecular-imager).
Please let me know if you encounter any problem with this and I will re-open the issue.
Hi,
I was trying to use the vignette (https://satijalab.org/seurat/articles/seurat5_spatial_vignette_2#human-lung-nanostring-cosmx-spatial-molecular-imager) to work with the above data as well (https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM7473682). However, I am receiving errors straight away with the following:
> NS <- LoadNanostring(data.dir = "D:/CosMx/File/GSM7473682_HCa/", fov = CMX, assay = "Nanostring")
|--------------------------------------------------|
|==================================================|
Error in ReadNanostring(data.dir = data.dir, type = c("centroids", "segmentations")) :
object 'segs' not found
The file format is as follows:
I think it is missing the -polygons.csv file that it is expecting. However this file does not appear to be available at the public repository (https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM7473682).
Any help would be greatly appreciated.
Hi,
I was trying to use the vignette (https://satijalab.org/seurat/articles/seurat5_spatial_vignette_2#human-lung-nanostring-cosmx-spatial-molecular-imager) to work with the above data as well (https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM7473682). However, I am receiving errors straight away with the following:
> NS <- LoadNanostring(data.dir = "D:/CosMx/File/GSM7473682_HCa/", fov = CMX, assay = "Nanostring") |--------------------------------------------------| |==================================================| Error in ReadNanostring(data.dir = data.dir, type = c("centroids", "segmentations")) : object 'segs' not found
The file format is as follows:
I think it is missing the -polygons.csv file that it is expecting. However this file does not appear to be available at the public repository (https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM7473682).
Any help would be greatly appreciated.
I had the same problem for another Nanostring public dataset. I sent a message to Nanostring through the contact form on their website and they sent the polygon file to me (it took several weeks...). Did you ever load Nanostring data to a Seurat object? I'm trying to do so but I'm a bit struggling and I think I have to reformat the data, if you ever did so do not hesitate to DM me !
Hello!
I want to use this sample (https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSM7473682) to generate Seurat object for clustering and subsequent cell-cell interactions inference. This sample consists of four files:
Transcript File: GSM7473682_HC_a_tx_file.csv Cell Expression File: GSM7473682_HC_a_exprMat_file.csv Cell Metadata File: GSM7473682_HC_a_metadata_file.csv FOV Positions File: GSM7473682_HC_a_fov_positions_file.csv
I used the following code to generate SpatialFeatureExperiment object:
I was wondering if there is a tutorial that will help me to generate a similar object for Seurat to perform downstream clustering and cell-cell interaction inference.
Thank you for your help! Olha