Skip to contents

Use this function to run the TBSignatureProfiler application.

Usage

TBSPapp()

Value

The Shiny application will open.

Examples

# Upload data through the app
if (interactive()) {
  TBSPapp()
}