Class DatasetsWebService.QcMetricDefinitionValueObject
java.lang.Object
ubic.gemma.rest.DatasetsWebService.QcMetricDefinitionValueObject
- Enclosing class:
DatasetsWebService
Wire shape for one metric column of
DatasetsWebService.SequencingQcMetricsValueObject.- Author:
- tesarst
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanLonger description, e.g.getMax()Upper end of MultiQC's plotting range, when it declares one.getMin()Lower end of MultiQC's plotting range, when it declares one.getName()Key this metric appears under in a sample'svalues, e.g.Module that produced the metric, e.g.Unit suffix to render after the value, e.g.getTitle()Short column label MultiQC uses, e.g.inthashCode()booleanisHidden()True when MultiQC hides this column by default in its own report.toString()
-
Constructor Details
-
QcMetricDefinitionValueObject
-
-
Method Details
-
getName
Key this metric appears under in a sample'svalues, e.g.uniquely_mapped_percent. -
getTitle
Short column label MultiQC uses, e.g.% Aligned. -
getDescription
Longer description, e.g.% Uniquely mapped reads. -
getNamespace
Module that produced the metric, e.g.STAR,fastqc. -
getSuffix
Unit suffix to render after the value, e.g.%. -
getMin
Lower end of MultiQC's plotting range, when it declares one. -
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
-
hashCode
-
toString
-