Class SingleCellDataBoxplot


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

      • 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)
      • setFocusedCharacteristic

        public void setFocusedCharacteristic​(@Nullable
                                             Characteristic focusedCharacteristic)