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

get_gene_expression() method of NeuroAtlas class only accepts an array of neuron IDs, not a single neuron ID #4

Open
aleifer opened this issue Apr 22, 2023 · 0 comments

Comments

@aleifer
Copy link

aleifer commented Apr 22, 2023

If I try to pass in a single ID it fails. So for example, this fails:
gexp = atlas.get_gene_expression(gene_names=pos_ach_receptors, neuron_ids="AVAR", th=4)
but this succeeds:
gexp = atlas.get_gene_expression(gene_names=pos_ach_receptors, neuron_ids=["AVAR"], th=4)
If possible, please add some logic so that it can take a single neuron.

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

1 participant