MSGFgui: Start MSGFgui in the default browser

Description Usage Arguments Value Examples

Description

This function load the GUI in the users default browser. Due to some unfortunate problems with shiny, the user needs to refresh the webpage the first time it loads in order for everything to work properly. This will likely be fixed in a coming shiny release. For the time being MSGFgui is designed to run locally. This means that there is automatic view rights to the full file system of the computer running the server.

Usage

1

Arguments

...

Parameters passed onto runApp

Value

This function interupts the R session until the user press escape and has no return value.

Examples

1
2
3
4
5
# Default mode
MSGFgui()

# Pass on parameters to shiny
MSGFgui(host='0.0.0.0')

thomasp85/MSGFgui documentation built on May 31, 2019, 11:09 a.m.