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.BoxAndWhiskerCategoryDatasetCreate a dataset.intObtain the number of boxplots that would be displayed.voidsetBioAssays(List<BioAssay> bioAssays) voidsetCellLevelCharacteristics(CellLevelCharacteristics cellLevelCharacteristics) voidsetFocusedCharacteristic(Characteristic focusedCharacteristic) voidsetShowMean(boolean showMean) Whether to show the mean.
-
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
-
setShowMean
public void setShowMean(boolean showMean) Whether to show the mean.
-