| output | ||||
|---|---|---|---|---|
|
This repository contains a Shiny web application designed to visualize 1D mapper graph construction. The goal is to allow users to interactively explore different datasets/clustering methods and how they effect the mapper graph.
To run the application you will need R and the Shiny package installed. You can start the application by opening the R script in RStudio and clicking the Run App button.
Ensure you have the following R packages:
- shiny: To build the web application interface
- mappeR: for mapper of course!
- devtools: to build the project
you can install these packages using the following commands in the R Console:
install.packages("shiny")
install.packages("mappeR")
install.packages("devtools")Open the app.R file in RStudio, click Run App at the top.
- Dataset Selection:
- circle
- figure 8
- spiral
- barbell
- Parameter Adjustments:
- number of points
- projection coordinate
- number of bins
- percent overlap
- clustering method
- Visualizations:
- input data plot
- shows the selected dataset with color coded bins
- Mapper graph plot (also color coded)
- input data plot
- Forks have the same name as the original repository by default. You can optionally change the name so that it is distinguishable.
- Make sure to add a good description for what your fork is doing.
- Go to the forked repository you are an owner of and get the link
- In your terminal run:
git clone https://github.com/georgeck612/shinymappeR.git
