-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Starting on the tsne view #30
Comments
Thank you @MNoichl ! |
Hey @MNoichl , I just pushed a update that allows you to load multiple layouts into the vikusviewer. Any static layout is possible and is defined via the id and a x,y value. |
Hi @cpietsch, thank you for taking a look, and updating! Re: timeline – I'm not sure if I'm doing something wrong, but for me, after the updates, vikus-viewer still loads the timeline first, so the user has to do one click to get over to the tsne-view (also clicking back and forth takes much longer now, for some reason). Here's what I put into my config, do I have to do other adjustments for it to work?
Re: tsne – I'm already using my own openTSNE-coordinates, so I'm good regarding the notebook, but of course that might be helpful for other people. I'm running rasterfairy over the coordinates to get a nice image grid without overlaps, so if you want me to I also could contribute that functionality to it. Of course that messes up the dimres-coords a bit. Re: canvas.js – I've noticed that after the updates the canvas.projectTSNE-function in canvas.js seems to be duplicated. I don't think this causes issues (?), just flagging. Thanks, |
Hey @MNoichl, thank you for your support to the project! Re: timeline Re: tsne Re: canvas.js |
Hey @MNoichl, I just pushed the fix. Can you have a try ? |
Great, thank you! I'll give it a go in the coming days, and report back! |
So, finally found a little time – thank you, this works really well now! The viewer starts in the tSNE view, and shifts over to the timeline nicely and smoothly - exactly what I needed, thank you so much! Re: layout – I was experimenting with umap, but I ended up settling on OpenTSNE with high perplexity. It seemed to be more faithful to local similarities, and, more importantly, made use of the space more effectively, as umap tends towards more pronounced clusters. I have a colab lying around, where I ran this, I can clean it up and share it. I think having a data preparation notebook could lower the barrier of entry for others, but I don't know whether you anticipate this to be a problem. Finally, regarding the scaling – works like a charm! Cheers, |
Sorry for the delay. It would be awesome if you could share the notebook - feel free to add it to the scripts repo. |
@MNoichl I have added a python notebook for UMAP similarity layouts: https://github.com/cpietsch/vikus-viewer-script/blob/master/similarity-python/umap.ipynb |
Thank's for the great project, I think it's really amazing!
I'm exploring a dataset for which the time-view is not very interesting, and I would like to start off on the tsne-view instead. I was wondering, is there an easy way to accomplish this?
The text was updated successfully, but these errors were encountered: