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.
|