View source: R/read_genetic_tool_results_from_DMS.R
read_generic_job_from_DMS | R Documentation |
Reading generic tool output from PNNL's DMS
read_generic_job_from_DMS(data_package_num, tool)
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. |
(data.table) results in the form of one data.table
if (is_PNNL_DMS_connection_successful()) {
x <- read_generic_job_from_DMS(6148, "Decon2LS_V2")
(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.