Class DatasetsWebService.SampleQcMetricsValueObject
java.lang.Object
ubic.gemma.rest.DatasetsWebService.SampleQcMetricsValueObject
- Enclosing class:
DatasetsWebService
Wire shape for one bioAssay's row of
DatasetsWebService.SequencingQcMetricsValueObject.- Author:
- tesarst
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe assay's accession — a GSM for GEO data — which is what the report keys its rows by.getName()The assay's name, for axis labels.Sequencing depth, from the report'stotal_readswhere present and fromBioAssay.getSequenceReadCount()otherwise.getRuns()Rows below the sample level — one per sequencing run, or per mate of a paired run.Sample-level metrics, from report rows keyed by this assay's accession.inthashCode()booleanWhether the assay is flagged as an outlier (BioAssay.getIsOutlier()), so a caller plotting these against the correlation matrix does not need a second request.toString()
-
Constructor Details
-
SampleQcMetricsValueObject
-
-
Method Details
-
getBioAssayId
-
getAccession
The assay's accession — a GSM for GEO data — which is what the report keys its rows by. -
getName
The assay's name, for axis labels. -
isOutlier
public boolean isOutlier()Whether the assay is flagged as an outlier (BioAssay.getIsOutlier()), so a caller plotting these against the correlation matrix does not need a second request. -
getValues
-
getRuns
Rows below the sample level — one per sequencing run, or per mate of a paired run. Passed through unaggregated; see the endpoint description. -
getReadCount
Sequencing depth, from the report'stotal_readswhere present and fromBioAssay.getSequenceReadCount()otherwise. Null when neither has one. -
getReadCountSource
-
equals
-
hashCode
-
toString
-