-
Notifications
You must be signed in to change notification settings - Fork 41
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
visualizing gene expression in multiple slices or 3D #56
Comments
Hi, Have the exact same issue here. The representations on the target space are only in 2D. Did you find a way to have a 3D representation (i am using the "no prior knowledge technique and mapping my gene expression on a sphere) ? Thanks in advance for your help, |
Hey, I had to work around it. In the case of a sphere, you could probably convert it to a 2D sheet. I hope this helps, |
Hi Shachar and Lilia, thanks for the comments! We will implement the 3D visualisation in the following months (as soon as possible) |
Thank you Shachar, very helpful, I tried 3D plotting using plotly and it works well with very nice visualization options, and also by modifying the embedding function so that it takes into account the z axis. Works fine tboth ways ! Again thank you guys so much for your suggestions and help, Lilia |
@enessenel One last question : Best, |
Hey,
To visualize predicted gene expression, I run novosparc.pl.embedding(dataset_reconst, pl_genes) after defining a 3d target space
and finding the probability space for each cell. This, however, outputs only a single 2d image, which looks like a projection of the 3d space. How could I in this case get the 3d predicted expression?
Or, alternatively, specify in which z section I wish to see the predicted expression pattern?
Best,
Shachar
The text was updated successfully, but these errors were encountered: