wejlab / animalcules

R shiny app for interactive microbiome analysis
https://wejlab.github.io/animalcules-docs/
Other
51 stars 16 forks source link

Modify tSNE (save the tSNE result to an assay) #30

Closed jasonzhao0307 closed 5 years ago

jasonzhao0307 commented 5 years ago

The issue is, sometimes when the data is large, it would take long time to run tSNE. If the user changes some parameters, it will re-run tSNE and takes too much time. The idea is, can we save the tSNE result to an assay, so that later when user change the color/dimension/.. we don't need to run tSNE again