ESAT
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | Static Public Attributes | List of all members
umms.core.model.score.AbstractListScore Class Referenceabstract
Inheritance diagram for umms.core.model.score.AbstractListScore:
Inheritance graph
[legend]
Collaboration diagram for umms.core.model.score.AbstractListScore:
Collaboration graph
[legend]

Public Member Functions

 AbstractListScore (Annotation a)
 
void setScores (List< Double > scores)
 
double getScore ()
 
double getCount ()
 
double getSum ()
 
double getMedian ()
 
double getMean ()
 
double getStandardDeviation ()
 
double[] getScores ()
 
String toString ()
 
- Public Member Functions inherited from umms.core.model.score.WindowScore.AbstractWindowScore
 AbstractWindowScore (Annotation t)
 
Annotation getAnnotation ()
 

Static Public Attributes

static double DEFAULT_VALUE = -1.0
 

Additional Inherited Members

- Protected Attributes inherited from umms.core.model.score.WindowScore.AbstractWindowScore
Annotation annotation
 

Constructor & Destructor Documentation

umms.core.model.score.AbstractListScore.AbstractListScore ( Annotation  a)

Member Function Documentation

double umms.core.model.score.AbstractListScore.getCount ( )

Here is the caller graph for this function:

double umms.core.model.score.AbstractListScore.getMean ( )

Here is the caller graph for this function:

double umms.core.model.score.AbstractListScore.getMedian ( )

Here is the caller graph for this function:

double umms.core.model.score.AbstractListScore.getScore ( )

Returns the number of reads overlapping this region

Returns
number of reds overlapping this window Returns the "score" as defined by each subclass (e.g. count, ratio, sum of annotation scores, etc.)

Implements umms.core.model.score.WindowScore.

Here is the call graph for this function:

Here is the caller graph for this function:

double [] umms.core.model.score.AbstractListScore.getScores ( )
double umms.core.model.score.AbstractListScore.getStandardDeviation ( )

Here is the caller graph for this function:

double umms.core.model.score.AbstractListScore.getSum ( )

Here is the caller graph for this function:

void umms.core.model.score.AbstractListScore.setScores ( List< Double >  scores)

Here is the caller graph for this function:

String umms.core.model.score.AbstractListScore.toString ( )

Here is the call graph for this function:

Member Data Documentation

double umms.core.model.score.AbstractListScore.DEFAULT_VALUE = -1.0
static

The documentation for this class was generated from the following file: