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

Spot distribution along z-axis #12

Open
tischi opened this issue Sep 27, 2022 · 3 comments
Open

Spot distribution along z-axis #12

tischi opened this issue Sep 27, 2022 · 3 comments

Comments

@tischi
Copy link

tischi commented Sep 27, 2022

@constantinpape It looks like that there are no spots at a z-coordinate of 3, but only at 2, 4 and 5. Is that correct?

@constantinpape
Copy link
Contributor

The spots are only at z = 2 and 5:

python -c "import pandas; print(pandas.unique(pandas.read_csv('data/pos42-spatial-transcriptomics/tables/transcriptome/default.tsv', sep='\t')['z'])"

[2., 5.]

@tischi
Copy link
Author

tischi commented Sep 27, 2022

ok! sucks a bit, because if one focuses on the spots it goes on the middle where there is nothing ;-)

@constantinpape
Copy link
Contributor

ok! sucks a bit, because if one focuses on the spots it goes on the middle where there is nothing ;-)

You mean focusing on an individual spot? (Then I don't understand what you mean / the behavior sounds wrong.)
Or focusing on the full spot source? (Then: yeah I guess that sucks a bit, but it's the data I got here....)

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

2 participants