Reading generic tool output from PNNL's DMS

read_generic_job_from_DMS(data_package_num, tool)

Arguments

data_package_num

numeric or character; the Data Package ID in the DMS.

tool

character; MS-GF+ parameter file. No need to specify this if there is only one parameter file associated with the jobs.

Value

(data.table) results in the form of one data.table

Examples

if (is_PNNL_DMS_connection_successful()) {
  x <- read_generic_job_from_DMS(6148, "Decon2LS_V2")
  (x)
}