-
Notifications
You must be signed in to change notification settings - Fork 59
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
module 'spatialdata' has no attribute 'match_sdata_to_table' #912
Comments
Hi Lea, In order to fix this I had to install a dev version that had the pull request #627. I chose to go to install the additional pull request #883 just to avoid any other potential issues. How to install a specific pull request:If you go on the main page https://github.com/scverse/spatialdata and click "Commits": and then click the double square to "Copy SHA" [yellow arrow]: and then construct the pip install command for spatialdata and to specify the specific dev version with the SHA:
You may need git as well in order to run that command. If you are on an institution HPC, you could see if Respectfully, |
Hello @Pancreas-Pratik , Thanks a lot for your help !! Your explanation were completely clear. Now the function works, I lost a lot of information (all images, Points, Labels and some shapes) in my subsetted spatialdata object but I think it's another problem, I'll take a closer look. Best regards, |
You are welcome @bellenger-l What I do is, I load a fresh I have not figured out the |
There is two separate things, I'm afraid...
For instance, I use the Zarr store because I am testing spatialdata and different spatial transcriptomics packages and some steps are very time consuming and I don't necessarily want to compute everything from the beggining. It's working fine in my opinion except when we want to save the table (anndata within the spatialdata object), we need to save the entire zarr store again. Regarding the
So even when I perform the filtering and affect the result in another variable, I correctly retrieve cells of interest but at the expense of different spatialdata slots. Did you see the same phenomenon when using |
Oh. I can help with this. I was having trouble with the same, which is , essentially, re-inputting the How to subset the
|
Hello,
I wanted to filter my Xenium data but I have an error with the function
match_sdata_to_table
.Here an reproducible example
Return the following error :
Desktop (optional):
How can I fix this ?
Thanks for your time
Best
Lea
The text was updated successfully, but these errors were encountered: