MsScanList-class: Class to handle specific scans

Description Usage Arguments Value Methods (by generic) Slots See Also

Description

This class is a container for one or several scans from MsData object(s).

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
## S4 method for signature 'MsScanList'
show(object)

## S4 method for signature 'MsScanList'
names(x)

## S4 method for signature 'MsScanList,numeric,missing,missing'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'MsScanList,logical,missing,missing'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'MsScanList'
scanMode(object)

## S4 method for signature 'MsScanList'
msPlot(object, simple = FALSE, parent = !simple,
  precursor = !simple, peaks = !simple, masses = ifelse(simple, 0, 10),
  context = !simple, tolerance = 20, ...)

## S4 method for signature 'MsScanList'
nextScan(object, sameLevel = TRUE)

## S4 method for signature 'MsScanList'
previousScan(object, sameLevel = TRUE)

## S4 method for signature 'MsScanList'
parent(object)

## S4 method for signature 'MsScanList'
children(object)

## S4 method for signature 'MsScanList'
siblings(object)

## S4 method for signature 'MsScanList'
msInfo(object)

## S4 method for signature 'MsScanList'
msData(object)

Arguments

object

An MsScanList object

x

An MsScanList object

Value

nextScan: An MsScanList object with the next scan

previousScan: An MsScanList object with the previous scan

parent: An MsScanList object with the parent scan

children: A list of MsScanList objects with the children scans

siblings: A list of MsScanList objects with the sibling scans

msInfo: A data.frame with one row containing information about the scan

msData: A list of matrices with m/z values in the first column and intensity in the second

Methods (by generic)

Slots

connections

A list of MsConnections

info

A data.frame with information on the contained scans

data

A matrix containing the raw data pertaining to the scans

mapping

A matrix with the mapping of scans to the rows in the @data matrix

See Also

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; MsIonList-class, msData,MsIonList-method, msInfo,MsIonList-method, msPlot,MsIonList-method, names,MsIonList-method, show,MsIonList-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


thomasp85/MSsary documentation built on May 31, 2019, 11:11 a.m.