Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 466 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 466 Bytes

Virus Linker Shiny App

Folder Structure

virus_linker/                    
├── ShinyApp/                          
│   ├── server.R       
│   ├── ui.R                   
│   ├── global.R
│   ├── get_data.R  
│   ├── linker.R  
├── README.md 
  • get_data.R contains function that will transform the upload data to clean data.

  • linker.R visualizes the cleaned data.