Description Usage Arguments Methods (by generic) Slots Objects from the class See Also
This class tries to collect the multitude of different analysis information required to rerun the analysis. The intended data to be stored are: The software used in the analysis of the data, the location and nature of the rawfile(s), the location and nature of the database file(s), the location of the mzIDentML file itself as well as all the parameters used during the analysis leading to the mzIdentML file. Information regarding how the LC-MS experiment was performed should be collected from the raw data file. As the parameters used in different software solutions can vary greatly, all these parameters are stored in a named list, which can thus be very different from pipeline to pipeline. It is the users responsibility to check conformity between samples.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## S4 method for signature 'mzIDparameters'
show(object)
## S4 method for signature 'mzIDparameters'
length(x)
## S4 method for signature 'mzIDparameters'
parameters(object)
## S4 method for signature 'mzIDparameters'
software(object)
## S4 method for signature 'mzIDparameters'
files(object)
|
object |
An mzIDparameters object |
x |
An mzIDparameters object |
show
: Short summary of the content
length
: Get the length of the object
parameters
: Get the parameters used for the search
software
: Get the software used to arrive at the results
files
: Get the data files used for the analysis
software
A data frame with information retaining to the software used for the analysis. At least the name and an id is given, but optionally also version number and URI.
rawFile
A data frame with information about the raw data file(s) used for the analysis. The data frame will contain at least the location and spectrum ID format.
databaseFile
A data frame containing at least the location and file format of the database file used in the search.
idFile
A character string containing the location of the mzIdentML file at the time of parsing.
parameters
A list containing containing the information stored in the MzIdentML/AnalysisProtocolCollection/SpectrumIdentificationProtocol node. SearchType and Threshold are the only required parameters given by the mzIdentML standard.
Objects of mzIDparameters are not meant to be created explicitly but as part
of the mzID-class
. Still object can be created with the
constructor mzIDparameters
(not exported).
Other mzID.classes: mzID-class
,
mzIDCollection-class
,
mzIDdatabase-class
,
mzIDevidence-class
,
mzIDpeptides-class
,
mzIDpsm-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.