A brief tutorial encompasing the use of PCA Maker, a web application in R made with Shiny.
The purpose of this post is present a brief tutorial about how to install and use PCA Maker. Some concepts about PCA are covered in other posts on this blog, where you can also found useful links about the topic:
Principal Component Analysis through Singular Value Decomposition Principal Component Analysis (PCA) from Scratch Principal Component Analysis to Many Responses What is PCA Maker?...
DOE Maker Shiny App
A brief tutorial encompasing the use of DOE Maker, a web application in R made with Shiny.
The purpose of this post is present a brief tutorial about how to install and use DOE Maker, and it does not cover concepts or theoretical aspects about design of experiments. If you do not really know what is the topic about, a good first place could be found in the link: Design of experiments....
Heatmap Maker Shiny App
A brief tutorial about how to use Heatmap Maker, a web application in R made with Shiny.
What is Heatmap Maker? Heatmap Maker is a Shiny App that allows you to make and save cluster heatmaps as the following:
Heatmap Maker has as a core the function heatmap.2() from gplots package.
Install and use If you are an R and RStudio user, you have two options to use the app....