Serialized Form


Package org.gersteinlab.act

Class org.gersteinlab.act.SaturationPlotsCreator.DefaultBoxAndWhiskerCategoryDatasetWithNoFarOuts extends org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset implements Serializable


Package org.gersteinlab.act.data

Class org.gersteinlab.act.data.Interval extends java.lang.Object implements Serializable

Serialized Fields

chr

java.lang.String chr
The chromosome of the interval.


start

long start
The starting position of the interval, 0-based, included.


end

long end
The ending position of the interval, 0-based, not included.


strand

char strand
The strand of the interval.


doubleValue

double doubleValue
The double value of the interval.


attributes

java.util.Map<K,V> attributes
Additional attributes of the interval.