org.fhcrc.cpl.viewer.amt
Class AmtTsvReader.AmtTsvRow
java.lang.Object
org.fhcrc.cpl.viewer.amt.AmtTsvReader.AmtTsvRow
- Enclosing class:
- AmtTsvReader
protected static class AmtTsvReader.AmtTsvRow
- extends java.lang.Object
Used by TabLoader to represent one row. Rows have the format:
run fraction scan retentiontime peptide h
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
run
protected int run
fraction
protected int fraction
scan
protected int scan
retentiontime
protected double retentiontime
peptide
protected java.lang.String peptide
h
protected double h
AmtTsvReader.AmtTsvRow
public AmtTsvReader.AmtTsvRow()
getRun
public int getRun()
setRun
public void setRun(int run)
getFraction
public int getFraction()
setFraction
public void setFraction(int fraction)
getScan
public int getScan()
setScan
public void setScan(int scan)
getRetentiontime
public double getRetentiontime()
setRetentiontime
public void setRetentiontime(double retentiontime)
getPeptide
public java.lang.String getPeptide()
setPeptide
public void setPeptide(java.lang.String peptide)
getH
public double getH()
setH
public void setH(double h)
Fred Hutchinson Cancer Research Center