-
Notifications
You must be signed in to change notification settings - Fork 223
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
Problem with precalculated tsne coordinates #12
Comments
Can you show the command you’re using to do .cor projection?
No arrows (only dots) would indicate that the velocity vectors projected into this embedding space were too small. There can be a few reasons for that … such as too small of a neighborhood which is being used for projection (the recommendation for n is somewhere within 1/5 to 2/3 of the number of cells in the embedding). You can also increase arrow.scale parameter to simply increase the length of the arrows being drawn … but if you’re not seeing any arrows at the default scale that probably means the estimated projections are too small.
The tSNE.velocity.plot() can be tricky, as extrapolated positions may end up clustering together.
Best,
-peter.
… On Jan 26, 2018, at 2:05 PM, abhaduri ***@***.***> wrote:
When I run the program with tSNE.velocity.plot, it works fine with my rvel, but when I run show.velocity.on.embedding.cor I get the dots colored by cluster and in the tSNE space I am aiming for, but there are no velocity arrows. The rvel is clearly fine though, because the tSNE.velocity.plot on the exact same data shows them.
Any help would be appreciated!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#12>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ALT78qlIwybydP4vIdJPt1ysC6DpPGy1ks5tOiIDgaJpZM4RuvQw>.
|
Hi there- There are no dots even, just blank circles. Could there be an error in the arrow drawing part of the command? Here is the command I am using. show.velocity.on.embedding.cor(emb,vel,n=2000,scale='sqrt',cell.colors=ac(cell.colors,alpha=cell.alpha),cex=cell.cex,arrow.scale=arrow.scale,arrow.lwd=1) Thanks! Aparna |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run the program with tSNE.velocity.plot, it works fine with my rvel, but when I run show.velocity.on.embedding.cor I get the dots colored by cluster and in the tSNE space I am aiming for, but there are no velocity arrows. The rvel is clearly fine though, because the tSNE.velocity.plot on the exact same data shows them.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: