public class ProteinPilotPsmReader extends AbstractPsmCsvReader
makePeptideMatch method will return Optional.absent()).| Constructor and Description |
|---|
ProteinPilotPsmReader()
Default constructor with default resolver ProteinPilotModificationResolver
|
ProteinPilotPsmReader(ModificationResolver modResolver) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<String> |
getAccessionNumbers(ResultSet results)
Extract accession numbers
|
protected SpectrumIdentifier |
getSpectrumId(ResultSet results)
Create a new
SpectrumIdentifier from a given ResultSet |
protected com.google.common.base.Optional<PeptideMatch> |
makePeptideMatch(ResultSet results)
Create a new
PeptideMatch from a given ResultSet |
void |
setUnknownModListener(UnknownModListener listener)
Set the UnknownModListener
|
protected void |
setValues(PeptideMatch peptideMatch,
ResultSet results)
Set
PeptideMatch score values |
getLineNumber, parse, parse, parse, parsepublic ProteinPilotPsmReader()
public ProteinPilotPsmReader(ModificationResolver modResolver)
modResolver - the modification resolverpublic void setUnknownModListener(UnknownModListener listener)
listener - the listener that handle unknown modificationsprotected SpectrumIdentifier getSpectrumId(ResultSet results) throws SQLException
AbstractPsmCsvReaderSpectrumIdentifier from a given ResultSetgetSpectrumId in class AbstractPsmCsvReaderresults - the current results to extract identified spectrum infos fromSQLExceptionprotected Collection<String> getAccessionNumbers(ResultSet results) throws SQLException
AbstractPsmCsvReadergetAccessionNumbers in class AbstractPsmCsvReaderresults - the ResultSet to extract accession numbers fromSQLExceptionprotected com.google.common.base.Optional<PeptideMatch> makePeptideMatch(ResultSet results) throws SQLException
AbstractPsmCsvReaderPeptideMatch from a given ResultSetmakePeptideMatch in class AbstractPsmCsvReaderresults - the current results to extract PSM infos fromSQLExceptionprotected void setValues(PeptideMatch peptideMatch, ResultSet results) throws SQLException
AbstractPsmCsvReaderPeptideMatch score valuessetValues in class AbstractPsmCsvReaderpeptideMatch - the peptide match to set valuesresults - the ResultSet to extract score values fromSQLExceptionCopyright © 2016. All Rights Reserved.