| Modifier and Type | Field and Description |
|---|---|
static String |
RETENTION_TIME_CV |
static String |
SCAN_NUMBER_CV |
static String |
TITLE_CV |
| Constructor and Description |
|---|
MzIdentMlReader() |
MzIdentMlReader(ModificationResolver modResolver) |
| Modifier and Type | Method and Description |
|---|---|
void |
parse(File file,
PSMReaderCallback callback)
Parse file and call back PSMReaderCallback on each found PSM
|
void |
parse(InputSource is,
PSMReaderCallback callback) |
void |
parse(InputStream inputStream,
PSMReaderCallback callback)
Parse inputStream and call back PSMReaderCallback on each found PSM
|
void |
parse(Reader reader,
PSMReaderCallback callback)
Parse reader and call back PSMReaderCallback on each found PSM
|
protected PeptideMatch |
readPeptide(String peptideRef,
SequenceCollectionType sequenceCollection) |
protected void |
readPeptideIDProteinMap(MzIdentMLType doc) |
protected void |
readPeptideIDProteinPositionMap(MzIdentMLType doc) |
public static final String SCAN_NUMBER_CV
public static final String RETENTION_TIME_CV
public static final String TITLE_CV
public MzIdentMlReader()
public MzIdentMlReader(ModificationResolver modResolver)
public void parse(File file, PSMReaderCallback callback)
PsmReaderpublic void parse(Reader reader, PSMReaderCallback callback)
PsmReaderpublic void parse(InputStream inputStream, PSMReaderCallback callback)
PsmReaderpublic void parse(InputSource is, PSMReaderCallback callback) throws SAXException, JAXBException
SAXExceptionJAXBExceptionprotected void readPeptideIDProteinMap(MzIdentMLType doc)
protected void readPeptideIDProteinPositionMap(MzIdentMLType doc)
protected PeptideMatch readPeptide(String peptideRef, SequenceCollectionType sequenceCollection)
Copyright © 2016. All Rights Reserved.