Description Usage Arguments Value Methods (by generic) Slots See Also
This class is a container for ion data from a slice of an MsData object. Unlike other MsList subclasses this class can only contain one slice.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## S4 method for signature 'MsIonList'
show(object)
## S4 method for signature 'MsIonList'
names(x)
## S4 method for signature 'MsIonList'
msPlot(object, type = "2d", simple = FALSE,
precursor = !simple, peaks = !simple, ...)
## S4 method for signature 'MsIonList'
msInfo(object)
## S4 method for signature 'MsIonList'
msData(object)
|
object |
An MsIonList object |
x |
An MsIonList object |
type |
Which type of plots should be plotted |
msInfo: A data.frame with one row containing information
about the ion slice
msData: A list of matrices with acquisitionNum, retentionTime,
totIonCurrent and basePeakIntensity for each scan in the chromatogram
show: Short summary of object
names: Get the names of the scans
msPlot: Create a plot
msInfo: Get information about the ion slice
msData: Get the ion data
connectionsA list of length 1 with the MsConnections object
infoA data.frame with information on the slice
dataA matrix containing the raw data pertaining to the ions in the slice
mappingA matrix with the mapping
Other MSsary-classees: MsChromList-class,
[,MsChromList,logical,missing,missing-method,
[,MsChromList,numeric,missing,missing-method,
msData,MsChromList-method,
msInfo,MsChromList-method,
msPlot,MsChromList-method,
names,MsChromList-method,
show,MsChromList-method;
MsPeakList-class,
[,MsPeakList,logical,missing,missing-method,
[,MsPeakList,numeric,missing,missing-method,
msData,MsPeakList-method,
msInfo,MsPeakList-method,
msPlot,MsPeakList-method,
names,MsPeakList-method,
show,MsPeakList-method;
MsScanList-class,
[,MsScanList,logical,missing,missing-method,
[,MsScanList,numeric,missing,missing-method,
children,MsScanList-method,
msData,MsScanList-method,
msInfo,MsScanList-method,
msPlot,MsScanList-method,
names,MsScanList-method,
nextScan,MsScanList-method,
parent,MsScanList-method,
previousScan,MsScanList-method,
scanMode,MsScanList-method,
show,MsScanList-method,
siblings,MsScanList-method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.