|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.broad.igv.data.BasicScore
public class BasicScore
Constructor Summary | |
---|---|
BasicScore(BasicScore bs)
|
|
BasicScore(java.lang.String chromosome,
int start,
int end,
float score)
|
Method Summary | |
---|---|
BasicScore |
copy()
|
java.lang.String |
getChr()
Return the features reference sequence name, e.g chromosome or contig |
java.lang.String |
getChromosome()
|
float |
getConfidence()
|
int |
getEnd()
Return the end position following 1-based fully closed conventions. |
int |
getExtendedEnd()
|
int |
getExtendedStart()
|
float |
getScore()
|
int |
getStart()
Return the start position in 1-based coordinates (first base is 1) |
java.lang.String |
getValueString(double position,
WindowFunction windowFunction)
Return a string to be used for popup text. |
void |
setConfidence(float confidence)
|
void |
setEnd(int end)
|
void |
setStart(int start)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicScore(java.lang.String chromosome, int start, int end, float score)
public BasicScore(BasicScore bs)
Method Detail |
---|
public BasicScore copy()
copy
in interface LocusScore
public java.lang.String getChromosome()
public java.lang.String getChr()
Feature
getChr
in interface Feature
public int getStart()
Feature
getStart
in interface Feature
public float getScore()
getScore
in interface LocusScore
public void setStart(int start)
setStart
in interface LocusScore
public int getEnd()
Feature
getEnd
in interface Feature
public void setEnd(int end)
setEnd
in interface LocusScore
public void setConfidence(float confidence)
setConfidence
in interface LocusScore
public float getConfidence()
getConfidence
in interface LocusScore
public java.lang.String getValueString(double position, WindowFunction windowFunction)
LocusScore
getValueString
in interface LocusScore
public int getExtendedStart()
public int getExtendedEnd()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |