-
Notifications
You must be signed in to change notification settings - Fork 50
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
Incorporate data from gene transcription atlas #324
Comments
Downloaded the raw data. The version of monocle referenced in the link is old -- I'm not sure how that'll affect usage with later versions, but I've downloaded the latest using instructions here: http://cole-trapnell-lab.github.io/monocle-release/docs/#installing-monocle I made a cursory read over the docs. As a first cut, could query this dataset for channel or neuron data. Would likely have a sub-class generated for the Neuron and Channel to indicate the data's available. In doing this work, Contexts should be kept in mind since this data should sit it its own context. |
Couldn't install the latest 'monocle' due to a failure to build VGAM. |
I installed everything in an AWS EC2 instance and had a look at some of the raw data, although you can get most of this from their 'vignette' as well. The types of neurons included in the data set
It's needed to map most of these to the standard names we typically use, like RIAL. I'm not sure yet what the indexes mean in the "Cholinergic (...)". |
This may be useful in deciding how to implement the translator: https://stackoverflow.com/questions/5630441/how-do-rpy2-pyrserve-and-pyper-compare It may also be an option to use R in batch mode to just run a script to produce the data (or maybe littler) |
http://cole-trapnell-lab.github.io/projects/worm-cell-atlas/
There are many ways this could help. This should improve accuracy of several of the data sources, including neuropeptides, neuro receptors, and ion channels.
Direct link to the getting started page: http://atlas.gs.washington.edu/worm-rna/docs/
Tasks
Data types
Make a DataTranslator that pulls information from the Cao et al. data set which
The text was updated successfully, but these errors were encountered: