Class DatasetsWebService.QcMetricDefinitionValueObject

java.lang.Object
ubic.gemma.rest.DatasetsWebService.QcMetricDefinitionValueObject
Enclosing class:
DatasetsWebService

public static final class DatasetsWebService.QcMetricDefinitionValueObject extends Object
Wire shape for one metric column of DatasetsWebService.SequencingQcMetricsValueObject.
Author:
tesarst
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Key this metric appears under in a sample's values, e.g. uniquely_mapped_percent.
    • getTitle

      @Nullable public String getTitle()
      Short column label MultiQC uses, e.g. % Aligned.
    • getDescription

      @Nullable public String getDescription()
      Longer description, e.g. % Uniquely mapped reads.
    • getNamespace

      @Nullable public String getNamespace()
      Module that produced the metric, e.g. STAR, fastqc.
    • getSuffix

      @Nullable public String getSuffix()
      Unit suffix to render after the value, e.g. %.
    • getMin

      @Nullable public Double getMin()
      Lower end of MultiQC's plotting range, when it declares one.
    • getMax

      @Nullable public Double getMax()
      Upper end of MultiQC's plotting range, when it declares one.
    • isHidden

      public boolean isHidden()
      True when MultiQC hides this column by default in its own report.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object