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

Reproduction of spicyR paper #54

Open
PaoloDellaPenna opened this issue Dec 4, 2024 · 1 comment
Open

Reproduction of spicyR paper #54

PaoloDellaPenna opened this issue Dec 4, 2024 · 1 comment
Assignees

Comments

@PaoloDellaPenna
Copy link

Hi, I’m having trouble reproducing the diabetes data analysis described in the article "spicyR: spatial analysis of in situ cytometry data in R". I am following the script available on GitHub, but I’m stuck at creating the correct object to pass to the spicy function because I don’t have access to the SegmentedCell function and the imagePheno function.
Could you explain what the SegmentedCell function does and how I can work around this issue?
Thank you for your time!

@ellispatrick
Copy link
Member

Hi Paolo,

The code base for spicyR has evolved a lot since it was put on Bioconductor in 2020. SegmentedCell no longer exists, with spicyR now accepting a SingleCellExperiment or SpatialExperiment. As long as you have one of those with 1) image identifiers, 2) cell type labels and 3) x-y coordinates, then you should be good to go. You can find the vignette here... https://www.bioconductor.org/packages/release/bioc/vignettes/spicyR/inst/doc/spicyR.html

Are you specifically trying to replicate the diabetes findings? If so, it might be productive to zoom with @shreyarajeshrao who should be able to talk you through the analysis and how she interprets the findings.

@shreyarajeshrao shreyarajeshrao self-assigned this Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants