read_generic_job_from_DMS: Reading generic tool output from PNNL's DMS

View source: R/read_genetic_tool_results_from_DMS.R

read_generic_job_from_DMSR Documentation

Reading generic tool output from PNNL's DMS

Description

Reading generic tool output from PNNL's DMS

Usage

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)
}


PNNL-Comp-Mass-Spec/PNNL.DMS.utils documentation built on Jan. 20, 2025, 9:10 a.m.