targetsWorkflow | R Documentation |
Target definitions for workflow input.
targetsWorkflow(x) ## S4 method for signature 'Workflow' targetsWorkflow(x) targetsInput(x) ## S4 method for signature 'FilePathInput' targetsInput(x) ## S4 method for signature 'GroverInput' targetsInput(x) ## S4 method for signature 'Workflow' targetsInput(x) targetsSpectralProcessing(x) targetsPretreatment(x) targetsMFassignment(x) targetsModelling(x) targetsCorrelations(x) targetsReport(x)
x |
the workflow type or an S4 object of class |
A list of Target
S4 class target definitions.
## Full workflow example file_paths <- metaboData::filePaths('FIE-HRMS','BdistachyonEcotypes') sample_information <- metaboData::runinfo('FIE-HRMS','BdistachyonEcotypes') workflow_input <- inputFilePath(file_paths,sample_information) workflow_definition <- defineWorkflow(workflow_input, 'FIE-HRMS fingerprinting', 'Example project') targetsWorkflow(workflow_definition) ## Examples for individual modules targetsSpectralProcessing('FIE-HRMS fingerprinting') targetsInput(workflow_input) targetsPretreatment('FIE-HRMS fingerprinting') targetsMFassignment('FIE-HRMS fingerprinting') targetsModelling('FIE-HRMS fingerprinting') targetsCorrelations('FIE-HRMS fingerprinting')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.