currentData: Gets the result data currently in use by another R session...

Description Usage Value Examples

View source: R/MSGFgui.R

Description

This function makes it possible to directly access the data used in the gui by starting a new R session and running this function. This will only work if just one instance of MSGFgui is running in the browser. The data will linger on so calling currentData() when no instance of MSGFgui is running will return the last set of data used.

Usage

1

Value

An mzIDCollection object containing the current identification results in the the MSGFgui browser

Examples

1
results <- currentData()

MSGFgui documentation built on Nov. 8, 2020, 8:26 p.m.