Class DatasetsWebService.SequencingQcMetricsValueObject
java.lang.Object
ubic.gemma.rest.DatasetsWebService.SequencingQcMetricsValueObject
- Enclosing class:
DatasetsWebService
Wire shape for
DatasetsWebService.getDatasetQcMetrics(DatasetArg).- Author:
- tesarst
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanOne entry per metric name appearing inDatasetsWebService.SampleQcMetricsValueObject.getValues()or in a sample's runs, in the order MultiQC lists them.One entry per bioAssay of the dataset, ordered by bioAssay id, including assays the report says nothing about.Report row keys that matched no bioAssay — mostly SRA run accessions, which the FASTQ-level modules key by and which Gemma does not record.inthashCode()booleanTrue when a MultiQC report was found and read.toString()
-
Constructor Details
-
SequencingQcMetricsValueObject
-
-
Method Details
-
isReportPresent
public boolean isReportPresent()True when a MultiQC report was found and read. When false the rows carry onlyDatasetsWebService.SampleQcMetricsValueObject.getReadCount(), taken from the database. -
getMetrics
One entry per metric name appearing inDatasetsWebService.SampleQcMetricsValueObject.getValues()or in a sample's runs, in the order MultiQC lists them. Every field butnamemay be null: MultiQC's general-stats headers describe only the columns it chose to display. -
getSamples
One entry per bioAssay of the dataset, ordered by bioAssay id, including assays the report says nothing about. -
getUnmatchedKeys
-
equals
-
hashCode
-
toString
-