Plot the sample chromatogram
plotChr(
Experiment,
N.sample = 1,
type = c("BIC", "TIC", "EIC"),
xlim = NULL,
mz = NULL
)# S4 method for MetaboSet
plotChr(
Experiment,
N.sample = 1,
type = c("BIC", "TIC", "EIC"),
xlim = NULL,
mz = NULL
)
A 'MetaboSet' S4 object containing the experiment.
Integer. The number of the sample to query.
The type of plotting, Base Ion Chromatogram (BIC), Total Ion Chromatogram (TIC), or Extracted Ion Chromatogram (EIC).
The range in minutes, separated by comas: c(rt.min, rt.max) of the limits of plotting. By default, all the chromatogram is plotted.
Just when EIC is selected. The range separated by comas: c(mz.min, mz.max) or a vector of numbers: c(50,67,80), of the masses to be ploted.
sampleInfo