You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The abagen.mouse module provides some functionality for making Pythonic queries to the Allen API. For example, to get gene expression data for Prodynorphin from the anterior cingulate of the mouse, you would call:
Though the mouse module hasn't received much attention since #32, it might be nice to have a similar module for querying information from the human API.
Proposed solution
I'm thinking that having an abagen.api module could hold all this for the human data and would be designed similar to the abagen.mouse module. An example function could include:
The issue
The
abagen.mouse
module provides some functionality for making Pythonic queries to the Allen API. For example, to get gene expression data for Prodynorphin from the anterior cingulate of the mouse, you would call:Though the
mouse
module hasn't received much attention since #32, it might be nice to have a similar module for querying information from the human API.Proposed solution
I'm thinking that having an
abagen.api
module could hold all this for the human data and would be designed similar to theabagen.mouse
module. An example function could include:This is quite an open-ended enhancement so happy to workshop things a bit!
The text was updated successfully, but these errors were encountered: