Uses of Class
ubic.gemma.model.expression.bioAssayData.ExperimentExpressionLevelsValueObject
-
Packages that use ExperimentExpressionLevelsValueObject Package Description ubic.gemma.persistence.service.expression.bioAssayData ubic.gemma.rest -
-
Uses of ExperimentExpressionLevelsValueObject in ubic.gemma.persistence.service.expression.bioAssayData
Methods in ubic.gemma.persistence.service.expression.bioAssayData that return types with arguments of type ExperimentExpressionLevelsValueObject Modifier and Type Method Description List<ExperimentExpressionLevelsValueObject>
ProcessedExpressionDataVectorService. getExpressionLevels(Collection<ExpressionExperiment> ees, Collection<Gene> genes, boolean keepGeneNonSpecific, String consolidateMode)
List<ExperimentExpressionLevelsValueObject>
ProcessedExpressionDataVectorServiceImpl. getExpressionLevels(Collection<ExpressionExperiment> ees, Collection<Gene> genes, boolean keepGeneNonSpecific, String consolidateMode)
List<ExperimentExpressionLevelsValueObject>
ProcessedExpressionDataVectorService. getExpressionLevelsByIds(Collection<Long> datasetIds, Collection<Gene> genes, boolean keepNonSpecific, String consolidationMode)
Retrieve expression levels by dataset IDs.List<ExperimentExpressionLevelsValueObject>
ProcessedExpressionDataVectorServiceImpl. getExpressionLevelsByIds(Collection<Long> eeIds, Collection<Gene> genes, boolean keepGeneNonSpecific, String consolidateMode)
List<ExperimentExpressionLevelsValueObject>
ProcessedExpressionDataVectorService. getExpressionLevelsDiffEx(Collection<ExpressionExperiment> ees, Long diffExResultSetId, double threshold, int max, boolean keepGeneNonSpecific, String consolidateMode)
List<ExperimentExpressionLevelsValueObject>
ProcessedExpressionDataVectorServiceImpl. getExpressionLevelsDiffEx(Collection<ExpressionExperiment> ees, Long diffExResultSetId, double threshold, int max, boolean keepGeneNonSpecific, String consolidateMode)
List<ExperimentExpressionLevelsValueObject>
ProcessedExpressionDataVectorService. getExpressionLevelsPca(Collection<ExpressionExperiment> ees, int threshold, int component, boolean keepGeneNonSpecific, String consolidateMode)
List<ExperimentExpressionLevelsValueObject>
ProcessedExpressionDataVectorServiceImpl. getExpressionLevelsPca(Collection<ExpressionExperiment> ees, int limit, int component, boolean keepGeneNonSpecific, String consolidateMode)
-
Uses of ExperimentExpressionLevelsValueObject in ubic.gemma.rest
Methods in ubic.gemma.rest that return types with arguments of type ExperimentExpressionLevelsValueObject Modifier and Type Method Description ResponseDataObject<List<ExperimentExpressionLevelsValueObject>>
DatasetsWebService. getDatasetsDifferentialExpression(DatasetArrayArg datasets, Long diffExSet, Double threshold, LimitArg limit, Boolean keepNonSpecific, ExpLevelConsolidationArg consolidate)
Retrieves the expression levels of genes highly expressed in the given component on given datasets.PaginatedResponseDataObject<ExperimentExpressionLevelsValueObject>
DatasetsWebService. getDatasetsExpressionLevelsForGene(GeneArg<?> geneArg, QueryArg queryArg, FilterArg<ExpressionExperiment> filterArg, OffsetArg offsetArg, LimitArg limitArg, Boolean keepNonSpecific, ExpLevelConsolidationArg consolidate)
Retrieve the expression levels of a given gene across all datasets.PaginatedResponseDataObject<ExperimentExpressionLevelsValueObject>
DatasetsWebService. getDatasetsExpressionLevelsForGeneInTaxon(TaxonArg<?> taxonArg, GeneArg<?> geneArg, QueryArg queryArg, FilterArg<ExpressionExperiment> filterArg, OffsetArg offsetArg, LimitArg limitArg, Boolean keepNonSpecific, ExpLevelConsolidationArg consolidate)
Retrieve the expression levels of a given gene and taxon across all datasets.ResponseDataObject<List<ExperimentExpressionLevelsValueObject>>
DatasetsWebService. getDatasetsExpressionLevelsForGenes(DatasetArrayArg datasets, GeneArrayArg genes, Boolean keepNonSpecific, ExpLevelConsolidationArg consolidate)
ResponseDataObject<List<ExperimentExpressionLevelsValueObject>>
DatasetsWebService. getDatasetsExpressionLevelsForGenesInTaxon(DatasetArrayArg datasets, TaxonArg<?> taxonArg, GeneArrayArg genes, Boolean keepNonSpecific, ExpLevelConsolidationArg consolidate)
Retrieves the expression levels of given genes on given datasets.ResponseDataObject<List<ExperimentExpressionLevelsValueObject>>
DatasetsWebService. getDatasetsExpressionPca(DatasetArrayArg datasets, Integer component, LimitArg limit, Boolean keepNonSpecific, ExpLevelConsolidationArg consolidate)
Retrieves the expression levels of genes highly expressed in the given component on given datasets.
-