mzID-getters {mzID} | R Documentation |
This set of functions are used to extract data from mzID and mzIDCollection objects.
evidence(object, safeNames = TRUE) id(object, safeNames = TRUE) idScanMap(object) parameters(object) software(object) files(object)
object |
An mzID or mzIDCollection object |
safeNames |
Logical. Should column names be lowered to ensure compitability between different versions of the mzIdentML schema. Defaults to TRUE |
A data frame or a list of data frames in the case of mzIDCollections
mzID-class
mzIDCollection-class