SaveProcessingParams: SaveProcessingParams.

Description Usage Arguments

View source: R/Process.R

Description

Save all parameters in a list of processing params generated using ImportWizardGui() function. Parameters will be saved in a plain text file.

Usage

1
2
3
4
5
6
7
SaveProcessingParams(
  procParams,
  filepath,
  xmlRoiFilesInclude = NULL,
  xmlRoiFilesExclude = NULL,
  RoiNormalization = NULL
)

Arguments

procParams

a list of parameters.

filepath

a full path where params will be stored

xmlRoiFilesInclude

a vector with the used ROI XML files for ID inclusion, NULL if no ROI was used.

xmlRoiFilesExclude

a vector with the used ROI XML files for ID exclusion, NULL if no ROI was used.

RoiNormalization

a string with the name of normalization used to export the data summary.


prafols/rMSIproc documentation built on Dec. 12, 2021, 7:31 p.m.