dynamo-release
dynamo-release copied to clipboard
Inclusive model of expression dynamics with conventional or metabolic labeling based scRNA-seq / multiomics, vector field reconstruction and differential geometry analyses
- [x] I am sure this issue is not simply a general python programming problem (if so, please google the answers). - [x] I have searched github issues and confirm...
Hi, dynamo group I'm learning dynamo following the tutorial, but sometimes it's hard to download sample data especially when I stay at home. ``` >>> adata = dyn.sample_data.zebrafish() |-----> Downloading...
dyn.tl.cell_velocities(adata) --------------------------------------------------------------------------- IndexError Traceback (most recent call last) /tmp/ipykernel_21547/875872558.py in ----> 1 dyn.tl.cell_velocities(adata) /opt/conda/envs/dynamo/lib/python3.7/site-packages/dynamo/tools/cell_velocities.py in cell_velocities(adata, ekey, vkey, X, V, X_embedding, transition_matrix, use_mnn, n_pca_components, transition_genes, min_r2, min_alpha, min_gamma, min_delta, basis,...
Hi, very quick issue: I have dynamo version 1.1.0, and if I run either `dyn.sample_data.scNT_seq_neuron_labeling()` or `dyn.sample_data.scNT_seq_neuron_splicing()` it seems to download the zebrafish dataset instead. Maybe the files have been...
Hi, thanks for your previous help. I have used my own dataset to run several times, and its results are different from the picture. Do you have any better suggestions?...
- [ ] currently dynamo can use cell-wise alpha to calculate RNA velocity but it doesn't support cell-wise beta and gamma, support this
- [ ] dynamo currently doesn't distinguish total RNA or spliced RNA based gamma, we need to make sure we are using the correct gamma
- [ ] add an article to summarize the method we developed for estimating kinetic parameters for the labeling data - [ ] we may also do this for the...
- [x] I am sure this issue is not simply a general python programming problem (if so, please google the answers). - [x] I have searched github issues and confirm...