Skip to content

FatemeH0711/shinymappeR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

output
pdf_document html_document
default
default

Shiny Web Application: 1D MappeR

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.

Getting Started:

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.

Prerequisites:

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")

How to Run:

Open the app.R file in RStudio, click Run App at the top.

Features:

  • 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)

How to Contribute:

1. Fork the repository to your GitHub Account

image

  • 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.

2. Clone the forked repository to your machine

  • Go to the forked repository you are an owner of and get the link

image

  • In your terminal run:
git clone https://github.com/georgeck612/shinymappeR.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • R 100.0%