Description Usage Arguments Details Methods (by generic) Slots Objects from the class See Also
This class handles parsing and storage of peptide evidence information from mzIDentML files, residing at the /*/x:SequenceCollection/x:PeptideEvidence node.
1 2 3 4 5 6 7 8 |
object |
An mzIDevidence object |
x |
An mzIDevidence object |
safeNames |
Should column names be lowercased to ensure compatibility between v1.0 and v1.1 files? |
The content of the class is stored in a data.frame with columns depending on the content of the mzIdentML file. Columns represent the attribute values of for each PeptideEvidence node. For files conforming to the HUPO standard, dbSequence_ref, id and peptide_ref is required while start, end, pre, post, name, isDecoy, frame and translationTable_ref are optional. Information residing in cvParam and userParam children are not parsed.
show
: Short summary of the content of the object
length
: Report number of evidence
evidence
: Get the evidence from the peptide search
evidence
A data.frame containing all peptide evidence from the mzIdentML file
Objects of mzIDevidence are not meant to be created explicitly but as part of
the mzID-class
. Still object can be created with the
constructor mzIDevidence
.
Other mzID.classes: mzID-class
,
mzIDCollection-class
,
mzIDdatabase-class
,
mzIDparameters-class
,
mzIDpeptides-class
,
mzIDpsm-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.