vignettes/web_only/v7_fixvis.Rmd
v7_fixvis.RmdIn order to make visualisation process easier, we developed a Shiny-based tool called FixVis. The FixVis is distributed with immunarch package. To run FixVis just apply it to any ggplot2-based plot, including those from the immunarch’s vis function. It works perfectly for every plot, except those arranged in grid by grid.arrange due to the complexities surrounding grid.arrange.
If you want to test it, run fixVis with no arguments; it will use the diamonds data for visualisation:
fixVis()For convenience we published a FixVis instances that are available online here. Also a FixVis instance for quick overview is embedded in the cell below:
knitr::include_app("https://immunomind.shinyapps.io/fixvis/", height = "800px")