public class MaxQuantPsmReader extends AbstractPsmCsvReader
| Constructor and Description |
|---|
MaxQuantPsmReader() |
MaxQuantPsmReader(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 |
com.google.common.base.Optional<PeptideMatch> |
makePeptideMatch(ResultSet results)
Create a new
PeptideMatch from a given ResultSet |
protected void |
setValues(PeptideMatch peptideMatch,
ResultSet results)
Set
PeptideMatch score values |
getLineNumber, parse, parse, parse, parsepublic MaxQuantPsmReader()
public MaxQuantPsmReader(ModificationResolver modResolver)
public 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 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 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.