You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I originally created my SlingShot object in PCA space, but have been visualizing it in UMAP space via the slingshot function
crv_new<-embedCurves(crv, "UMAP")
This new crv_new plots fine in plotSmoothers and plotGeneCount, with the same lines and start and end points. However, in my 10 knots/7 lineages, I'm unable to plot the middle dots for knots. Is there a way to extract these from the ggplot2 object, similar to #226, that you could provide?
I originally created my SlingShot object in PCA space, but have been visualizing it in UMAP space via the slingshot function
crv_new<-embedCurves(crv, "UMAP")
This new
crv_new
plots fine in plotSmoothers and plotGeneCount, with the same lines and start and end points. However, in my 10 knots/7 lineages, I'm unable to plot the middle dots for knots. Is there a way to extract these from the ggplot2 object, similar to #226, that you could provide?This does not plot the middle knots:
plotGeneCount(curve=crv_new, counts=counts, clusters="minor_cluster", models = sce_gam)
and following #226 allows me to embolden the lineage lines one-by-one, but not plot intermediate knots.
Thanks in advance for any tips you can provide!
The text was updated successfully, but these errors were encountered: