Package ubic.gemma.core.visualization
Class SingleCellDataBoxplot
java.lang.Object
ubic.gemma.core.visualization.SingleCellDataBoxplot
Represents a boxplot(s) of single-cell data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection
<org.jfree.chart.annotations.CategoryAnnotation> Obtain annotations to include in the plot.org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Create a dataset.int
Obtain the number of boxplots that would be displayed.void
setBioAssays
(List<BioAssay> bioAssays) void
setCellLevelCharacteristics
(CellLevelCharacteristics cellLevelCharacteristics) void
setFocusedCharacteristic
(Characteristic focusedCharacteristic)
-
Constructor Details
-
SingleCellDataBoxplot
-
-
Method Details
-
createDataset
public org.jfree.data.statistics.BoxAndWhiskerCategoryDataset createDataset()Create a dataset. -
createAnnotations
Obtain annotations to include in the plot. -
getNumberOfBoxplots
public int getNumberOfBoxplots()Obtain the number of boxplots that would be displayed. -
setBioAssays
-
setCellLevelCharacteristics
public void setCellLevelCharacteristics(@Nullable CellLevelCharacteristics cellLevelCharacteristics) -
setFocusedCharacteristic
-