Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csoneson/confoundingexplorer
https://github.com/csoneson/confoundingexplorer
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/csoneson/confoundingexplorer
- Owner: csoneson
- License: other
- Created: 2020-12-26T14:29:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-21T19:04:16.000Z (17 days ago)
- Last Synced: 2025-01-04T14:11:44.615Z (4 days ago)
- Language: R
- Homepage: https://csoneson.github.io/ConfoundingExplorer/
- Size: 365 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ConfoundingExplorer
[![R-CMD-check](https://github.com/csoneson/ConfoundingExplorer/workflows/R-CMD-check/badge.svg)](https://github.com/csoneson/ConfoundingExplorer/actions)
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.
## Installation
You can install `ConfoundingExplorer` from GitHub:
``` r
remotes::install_github("csoneson/ConfoundingExplorer")
```## Example
To start the app, simply call the `ConfoundingExplorer()` function:
``` r
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.