|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.lbl.genome.common.features.ChromSegment
gov.lbl.genome.common.features.PValue
public class PValue
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 |
---|
public PValue(java.lang.String type, int start, int end, double pval)
public PValue(java.lang.String type, int start, int end, double pval, double score)
type
- Stringstart
- intend
- intpval
- doublescore
- doubleMethod Detail |
---|
public java.lang.String getType()
public double getPValue()
public double getScore()
public java.lang.String toString()
toString
in class ChromSegment
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |