gov.lbl.genome.common.features
Class PValue

java.lang.Object
  extended by gov.lbl.genome.common.features.ChromSegment
      extended by gov.lbl.genome.common.features.PValue
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable

public class PValue
extends ChromSegment

Title: PValue

Description: Rank vista region

Copyright: Copyright (c) 2004

Company: LBNL


Constructor Summary
PValue(java.lang.String type, int start, int end, double pval)
           
PValue(java.lang.String type, int start, int end, double pval, double score)
          PValue
 
Method Summary
 double getPValue()
          get P-Value
 double getScore()
          get Score
 java.lang.String getType()
          get Type
 java.lang.String toString()
          return XML formatted string
 
Methods inherited from class gov.lbl.genome.common.features.ChromSegment
add, cloneSegment, compareTo, contains, contains, contains, getChromName, getChromosome, getChromosome, getEnd, getName, getPos, getRealEnd, getStart, hashCode, intersect, isRealChrom, parsePos, parseSpan, positionFormat, setChromosome, setChromosome, setEnd, setRealChrom, setStart, toString, touches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PValue

public PValue(java.lang.String type,
              int start,
              int end,
              double pval)

PValue

public PValue(java.lang.String type,
              int start,
              int end,
              double pval,
              double score)
PValue

Parameters:
type - String
start - int
end - int
pval - double
score - double
Method Detail

getType

public java.lang.String getType()
get Type

Returns:
String

getPValue

public double getPValue()
get P-Value

Returns:
double

getScore

public double getScore()
get Score

Returns:
double

toString

public java.lang.String toString()
return XML formatted string

Overrides:
toString in class ChromSegment
Returns:
String