Benchmark tool used to visualize the results of different runs of the Rtsne function on a generated FCS file. This tool is meant to help the user choose parameters for the t-SNE depending on his goal.
- software: R(Version 3.4.3 to 3.5), Rstudio(optional)
- R packages: shiny, shinydashboard, ggcyto, flowCore, gtools, Biobase
- Run the following command in R/RStudio:
install.packages(c("shiny", "shinydashboard", "gtools", "devtools"))
source("https://bioconductor.org/biocLite.R")
biocLite("Biobase", "flowCore", "ggcyto")
You may be asked to reload your environment, if so, accept.
- Run the next commands:
library("devtools")
install_github("isambens/tsneviztool")
- Run the following commands in R/RStudio:
library("TSNEVizTool")
TSNE.Viz.run()