-
Notifications
You must be signed in to change notification settings - Fork 607
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
Can't read in protein antibody capture data #3113
Can't read in protein antibody capture data #3113
Comments
Hi, I just wanted to follow up on this. |
Hi, I don’t have much experience with that data. Does squidpy work better? https://squidpy.readthedocs.io/en/stable/api/squidpy.read.visium.html scanpy doesn’t have much support for spatial analysis, squidpy is built for it. |
Hi, let me give that a shot. |
Hi, I tried that and got this error. I think it's because it's recognizing both antibody data and gene data and throwing an error. TypeError Traceback (most recent call last) File /bgfs/alee/LO_LAB/Personal/Alexander_Chang/alc376/envs/popari_env/lib/python3.12/site-packages/squidpy/read/_read.py:67, in visium(path, counts_file, library_id, load_images, source_image_path, **kwargs) TypeError: squidpy.read._utils._read_counts() got multiple values for keyword argument 'count_file' |
Please make sure these conditions are met
What happened?
I'm trying to read in visium data with antibody capture data but for some reason the antibody capture data is not registering. Is there something I'm doing wrong? I couldn't find documentation on how to do this. Although I do see the antibody capture data in the web_summary.html
However read_10x_mtx method works directly on the folder, is there a way to add gex_only functionality to the read_visium function?
Minimal code sample
Error output
Versions
The text was updated successfully, but these errors were encountered: