|
||||||||||
| 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 LocusScorepublic java.lang.String getChromosome()
public java.lang.String getChr()
Feature
getChr in interface Featurepublic int getStart()
Feature
getStart in interface Featurepublic float getScore()
getScore in interface LocusScorepublic void setStart(int start)
setStart in interface LocusScorepublic int getEnd()
Feature
getEnd in interface Featurepublic void setEnd(int end)
setEnd in interface LocusScorepublic void setConfidence(float confidence)
setConfidence in interface LocusScorepublic float getConfidence()
getConfidence in interface LocusScore
public java.lang.String getValueString(double position,
WindowFunction windowFunction)
LocusScore
getValueString in interface LocusScorepublic int getExtendedStart()
public int getExtendedEnd()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||