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

Add sets of pre-determined gene groups #54

Open
rmarkello opened this issue Jun 20, 2019 · 1 comment
Open

Add sets of pre-determined gene groups #54

rmarkello opened this issue Jun 20, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@rmarkello
Copy link
Owner

The issue

Burt et al., 2018 performed their analyses using pre-determined groups of genes (i.e., "brain-specific," "neuron- and oligodendrocyte-specific," etc.). It would be nice to incorporate these "standard" sets into abagen so that users don't have to dig through the supplementary materials to get them. (Also, the excel file that contains the gene groups for the aforementioned article auto-converted some of the gene symbols to dates, so converting those back for users would be helpful!)

Another potential database for gene groups would be the Molecular Signature database that include groupings for different biological processes.

Proposed solution

Transliterate gene symbols for different groupings into separate CSV files and include them with the abagen distribution in abagen/data/gene_sets/.

Also add a new function (abagen.get_gene_group(group)) to the codebase, where group can be any of the available groups (e.g., 'brain', 'neuron', 'oligodendrocyte', 'synaptome', 'layers'). This function would simply load the queried set from the distribution and return a list of gene symbols!

@rmarkello rmarkello added the enhancement New feature or request label Jun 20, 2019
@rmarkello
Copy link
Owner Author

The Burt et al., 2018 gene groups have been added, but including the Molecular Signature database is still open!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant