|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.experiment.io.identifications.idfilereaders.MascotIdfileReader
public class MascotIdfileReader
This reader will import identifications from a Mascot dat file.
Created by IntelliJ IDEA. User: Marc Date: Jun 23, 2010 Time: 9:45:35 AM
Constructor Summary | |
---|---|
MascotIdfileReader()
constructor for the mascotIdileReader |
|
MascotIdfileReader(java.io.File aFile)
Constructor for the MascotIdilereader |
Method Summary | |
---|---|
java.util.HashSet<SpectrumMatch> |
getAllSpectrumMatches()
a method to get all the spectrum matches |
java.lang.String |
getFileName()
getter for the file name |
java.lang.String |
getMgfFileName()
get the spectrum file name |
Methods inherited from class com.compomics.util.experiment.personalization.ExperimentObject |
---|
addUrParam, getParameterKey, getUrParam |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MascotIdfileReader()
public MascotIdfileReader(java.io.File aFile)
aFile
- a file to readMethod Detail |
---|
public java.lang.String getMgfFileName()
public java.lang.String getFileName()
public java.util.HashSet<SpectrumMatch> getAllSpectrumMatches()
getAllSpectrumMatches
in interface IdfileReader
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |