Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Fluorescence Images to Seurat object #8790

Open
leejs0620 opened this issue Apr 18, 2024 · 1 comment
Open

Add Fluorescence Images to Seurat object #8790

leejs0620 opened this issue Apr 18, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@leejs0620
Copy link

Hi, Thank you for the great working on the Seurat package.

I ran SpaceRanger for my samples and loaded them by the function "Load10X_Spatial". The Seurat object includes an image down-sampled(low-resolution) by SpaceRanger. Even though I input four fluorescence Images for the same sample in running SpaceRanger, the output includes only one image. So I want to add more fluorescence Images in the Seurat object for further analysis. I know that there is a function named "Read10X_Image()". It requires an image down-scaled by SpaceRanger pipeline. But I have only original images that have huge pixels. I think that adding the original images in the Seurat object is very inefficient and 10X does not open the exact way for image processing algorithm. Could you please consider the new function for down-scaling the image and adding the images in Seurart object??

@leejs0620 leejs0620 added the enhancement New feature or request label Apr 18, 2024
@dcollins15
Copy link
Contributor

Do you know the mapping between the coordinates in the tissue_positions.csv file and the images you'd like to add?

For the images given by SpaceRanger the scalefactors_json.json file typically contains this information. If you knew the mapping you could generate your own set of scale factors to handle the coordinate mapping.

Unfortunately, a function like the one you described is well out of the scope of Seurat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants