-
Notifications
You must be signed in to change notification settings - Fork 20
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
Feature/dyngen #119
Feature/dyngen #119
Conversation
v1.0.12.post1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome, thanks Aarthi! Some changes but overall looks great.
ea48a27
to
fed32fb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Getting close! Just a couple of minor tweaks left.
One more note - these formatting issues should be fixed: https://github.com/aarthivenkat/scprep/runs/1936473492?check_suite_focus=true#step:7:1 |
Also, could you please write tests for |
Thanks for the PR! |
Dyngen is a multi-modal simulation engine for studying dynamic cellular processes at single-cell resolution. The backbone of a dyngen model determines the overall dynamic process that a cell will undergo during a simulation. It consists of a set of gene modules, which regulate each other in such a way that expression of certain genes change over time in a specific manner.
dyngen.py consists of three functions to (1) install dyngen (2) get a list of backbones, and (3) generate simulated datasets. Generating simulated datasets by default will return a cell_info dataframe and an expression dataframe. Optional arguments offer ground truth regulatory networks (bulk and cellwise) and RNA velocity measurements.
More information at https://github.com/dynverse/dyngen.