| Modifier and Type | Class and Description |
|---|---|
protected class |
MODaPsmReader.PeptideInfoParser |
protected class |
MODaPsmReader.PSMInfoParser |
protected class |
MODaPsmReader.SpectrumInfoParser |
| Modifier and Type | Field and Description |
|---|---|
protected Pattern |
excludeProteinPattern |
protected List<AminoAcid> |
fixedModResidues |
protected Pattern |
includeProteinPattern |
protected int |
lineNr |
static String |
MODA_PROB |
static String |
MODA_SCORE |
protected List<PeptideMatch> |
psmBuffer |
protected MODaPsmReader.PSMInfoParser |
psmInfoParser |
protected String |
readFile |
protected com.google.common.collect.Multimap<Integer,Modification> |
sideChainFixedModMap |
protected SpectrumIdentifier |
spectrumIdentifier |
protected MODaPsmReader.SpectrumInfoParser |
spectrumInfoParser |
protected com.google.common.collect.Multimap<ModAttachment,Modification> |
termFixedModMap |
| Constructor and Description |
|---|
MODaPsmReader() |
MODaPsmReader(List<AminoAcid> fixedModResidues,
com.google.common.collect.Multimap<Integer,Modification> sideChainFixedModMap,
com.google.common.collect.Multimap<ModAttachment,Modification> termFixedModMap) |
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
getTabValues(String line) |
void |
parse(File file,
PSMReaderCallback callback)
Parse file and call back PSMReaderCallback on each found PSM
|
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 void |
setRanks() |
protected void |
submit(PSMReaderCallback callback) |
public static final String MODA_SCORE
public static final String MODA_PROB
protected int lineNr
protected String readFile
protected List<PeptideMatch> psmBuffer
protected SpectrumIdentifier spectrumIdentifier
protected com.google.common.collect.Multimap<Integer,Modification> sideChainFixedModMap
protected com.google.common.collect.Multimap<ModAttachment,Modification> termFixedModMap
protected Pattern excludeProteinPattern
protected Pattern includeProteinPattern
protected final MODaPsmReader.PSMInfoParser psmInfoParser
protected final MODaPsmReader.SpectrumInfoParser spectrumInfoParser
public MODaPsmReader(List<AminoAcid> fixedModResidues, com.google.common.collect.Multimap<Integer,Modification> sideChainFixedModMap, com.google.common.collect.Multimap<ModAttachment,Modification> termFixedModMap)
public MODaPsmReader()
public void parse(File file, PSMReaderCallback callback)
PsmReaderprotected void setRanks()
protected void submit(PSMReaderCallback callback)
public void parse(InputStream inputStream, PSMReaderCallback callback)
PsmReaderpublic void parse(Reader reader, PSMReaderCallback callback)
PsmReaderCopyright © 2016. All Rights Reserved.