org.broad.igv.feature
Interface LocusScore
- All Superinterfaces:
- Feature
- All Known Implementing Classes:
- BasicScore
public interface LocusScore
- extends Feature
- Author:
- jrobinso
setStart
void setStart(int start)
setEnd
void setEnd(int end)
getScore
float getScore()
setConfidence
void setConfidence(float confidence)
getConfidence
float getConfidence()
copy
LocusScore copy()
getValueString
java.lang.String getValueString(double position,
WindowFunction windowFunction)
- Return a string to be used for popup text. The WindowFunction is passed
in so it can be used t annotate the value. The LocusScore object itself
does not "know" from what window function it was derived
- Parameters:
windowFunction
-
- Returns:
Copyright © 2007-2011 - Thomas Abeel - All Rights Reserved.