|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.basedb.clients.web.ExperimentExplorer.AnnotationSummary
public static class ExperimentExplorer.AnnotationSummary
An annotation summary object keeps track of intensities and other statistical information based on the annotation group.
Field Summary | |
---|---|
private AnnotationType |
annotationType
|
private Map<Short,ExperimentExplorer.AnnotationGroup> |
assayGroups
|
private ExperimentExplorer |
explorer
|
private Set<ExperimentExplorer.AnnotationGroup> |
groups
|
Constructor Summary | |
---|---|
private |
ExperimentExplorer.AnnotationSummary(ExperimentExplorer explorer,
DbControl dc,
AnnotationType annotationType)
|
Method Summary | |
---|---|
ExperimentExplorer.AnnotationGroup |
getAnnotationGroup(short column)
Get the annotation group for the bioassay with the give data cube column. |
Set<ExperimentExplorer.AnnotationGroup> |
getAnnotationGroups()
Get all annotation groups that was found among the bioassays. |
AnnotationType |
getAnnotationType()
Get the annotation type this summary is based on. |
void |
reset()
Reset the collected statistics in all annotation groups. |
void |
setColorsAuto()
Arranges the colors of the groups in the order they are returned by the getAnnotationGroups() set. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final ExperimentExplorer explorer
private final Map<Short,ExperimentExplorer.AnnotationGroup> assayGroups
private final Set<ExperimentExplorer.AnnotationGroup> groups
private final AnnotationType annotationType
Constructor Detail |
---|
private ExperimentExplorer.AnnotationSummary(ExperimentExplorer explorer, DbControl dc, AnnotationType annotationType)
Method Detail |
---|
public AnnotationType getAnnotationType()
public ExperimentExplorer.AnnotationGroup getAnnotationGroup(short column)
column
- The data cube column of an bioassay
public Set<ExperimentExplorer.AnnotationGroup> getAnnotationGroups()
public void reset()
public void setColorsAuto()
getAnnotationGroups()
set.
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |