MsScanList-navigators: Methods for navigating scans

Description Usage Arguments Details Value See Also

Description

These methods facilitates creating new MsScanList objects from an already defined one. They utilise the inherent relationship between scans in LC-MS/MS data.

Usage

1
2
3
4
5
6
7
8
9
nextScan(object, sameLevel = TRUE)

previousScan(object, sameLevel = TRUE)

parent(object)

children(object)

siblings(object)

Arguments

object

An MsScanList object

sameLevel

Should only scans of the same level as the starting scan be considered?

Details

nextScan: Get the next consecutive scan

previousScan: Get the previous consecutive scan

parent: Get the parent scan of a fragmentation scan

children: Get fragmentation scans from a parent scan

siblings: Get all fragmentation scans from a fragmentation scans parent

Value

Either an MsScanList object or a list of these

See Also

MsScanList


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