The ConfoundingExplorer
R package provides a simple shiny app for interactively exploring the effect of confounding between a group variable of interest and a batch variable, in terms of the ability to correctly find the variables that are truly differential between the different levels of the group variable. It is mainly intended for teaching purposes and to illustrate important concepts in experimental design, and all analyses are performed using (quite simplistic) simulated data.
You can install ConfoundingExplorer
from GitHub:
remotes::install_github("csoneson/ConfoundingExplorer")
To start the app, simply call the ConfoundingExplorer()
function:
library(ConfoundingExplorer)
ConfoundingExplorer()
The button Data description
in the lower left corner provides more details about the data generation and the different analysis approaches implemented in the app.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.