Class SingleCellDataBoxplot

java.lang.Object
ubic.gemma.core.visualization.SingleCellDataBoxplot

public class SingleCellDataBoxplot extends Object
Represents a boxplot(s) of single-cell data.
  • Constructor Details

  • Method Details

    • createDataset

      public org.jfree.data.statistics.BoxAndWhiskerCategoryDataset createDataset()
      Create a dataset.
    • createAnnotations

      public Collection<org.jfree.chart.annotations.CategoryAnnotation> createAnnotations()
      Obtain annotations to include in the plot.
    • getNumberOfBoxplots

      public int getNumberOfBoxplots()
      Obtain the number of boxplots that would be displayed.
    • setBioAssays

      public void setBioAssays(List<BioAssay> bioAssays)
    • setCellLevelCharacteristics

      public void setCellLevelCharacteristics(@Nullable CellLevelCharacteristics cellLevelCharacteristics)
    • setFocusedCharacteristic

      public void setFocusedCharacteristic(@Nullable Characteristic focusedCharacteristic)