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
  Dear Qiu: Im running the tutorial “Conventional SCRNA-seq: Zebrafish pigmentation”. and run into a attribute error in the section of **Animatation**. thanks in advance
Hello Qiu, Thank you for all the information provided and the very detailed tutorials. I went through the zebrafish tutorial and now I would like to compare the estimated lineages...
Changes: 1. add **kwargs for the leiden(), louvain(), infomap() function calls in dyn.vf.cluster_field(), otherwise the function can only use default resolution settings 2. add a `resolution` parameter explicitly so users...
it seems that the current implementation of curvature() and acceleration() only insert a new layer when `basis=pca` I calculated the acceleration using umap and ran the rank test ``` dyn.vf.acceleration(adata,...
Dear developers, In Seurat's differentially expressed gene analysis function FindMakers(), there are "ident.1" "ident.2" parameters specifying group 1 vs group2. With these settings, users could flexibly compare customized two groups'...
The document says that by specifying 'group' it enable estimating group-specific kinetics parameters. Is it an implementation similar to the scvelo "Differential Kinetics" (https://scvelo.readthedocs.io/DifferentialKinetics/)? If yes, should I run similar...
Hi, I try to run the LAP's tutorial, and I get a different result of kinetic_heatmap( HSC->Bas) as the fig1. GATA2 was expressed from high to low in my result,...
Hi all, I am having an issue with the dyn.vf.VectorField(adata_dyn_cc, basis='umap', M=1000, pot_curl_div=True) function. I get the following error when I set pot_curl_div=True, but I can generate a vector field...
We would like to enable 3D quiver and scatter plot in dynamo. To start with, we will matplotlib for those implementations but may consider implementing via PyVista in the future....
Hi! Thanks for developing and maintaining Dynamo, congratulations for your great work. I am trying to play around with the Dentate Gyrus example and I got an error that has...