org.fhcrc.cpl.viewer.amt
Class AmtTsvReader.AmtTsvRow

java.lang.Object
  extended by 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


Field Summary
protected  int fraction
           
protected  double h
           
protected  java.lang.String peptide
           
protected  double retentiontime
           
protected  int run
           
protected  int scan
           
 
Constructor Summary
AmtTsvReader.AmtTsvRow()
           
 
Method Summary
 int getFraction()
           
 double getH()
           
 java.lang.String getPeptide()
           
 double getRetentiontime()
           
 int getRun()
           
 int getScan()
           
 void setFraction(int fraction)
           
 void setH(double h)
           
 void setPeptide(java.lang.String peptide)
           
 void setRetentiontime(double retentiontime)
           
 void setRun(int run)
           
 void setScan(int scan)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AmtTsvReader.AmtTsvRow

public AmtTsvReader.AmtTsvRow()
Method Detail

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