ExportROIAveragesMultiple: ExportROIAveragesMultiple.

Description Usage Arguments

View source: R/ExportROISummary.R

Description

Exports the ROI average spectrum for a data set of multiple images. If pkMat != NULL the CSV summary peak matrices will be exported as well.

Usage

1
2
3
4
5
6
7
ExportROIAveragesMultiple(
  img_list,
  xml_list,
  pkMat = NULL,
  out_path = getwd(),
  normalization = NULL
)

Arguments

img_list

a lis of rMSI objects.

xml_list

a vector of XML ROI files in the same order as img_list.

pkMat

an rMSIproc peak matrix object.

out_path

disk path where the results will be stored.

normalization

a text string with the name of desired normalization to apply at output files.


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