/LIMQC

Longitudinal and Interactive Monitoring of Quality Characteristics (LIMQC) for Clinical Sequencing Tests

Primary LanguageHTML

About LIMQC Shiny App

LIMQC provides interactive graphic user interface for selecting and examining quality data element of interests, with exportable table and figure results.

Host place

rtools.mayo.edu/LIMQC/

User guide

Please check the User guide here

Run method 1

To run this application localy, simple paste the following code on R console:

if (!require('shiny')) install.packages("shiny")
shiny::runGitHub("LIMQC", "najieatmayo")

Run method 2

Or you can clone or download this repository, set working directory to LIMQC and use following code on R console:

shiny::runApp()

Want to help?

Please, report bugs to na.jie@mayo.edu

License

This software is Open Source and is under the public license GPL-3.0

The OSI logo trademark is the trademark of Open Source Initiative

Author

Jie Na (na.jie@mayo.edu)

Credit

This application was developed with shiny in R studio.