Uses of Class
ubic.gemma.rest.util.ResponseDataObject
Packages that use ResponseDataObject
-
Uses of ResponseDataObject in ubic.gemma.rest
Subclasses of ResponseDataObject in ubic.gemma.restModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
Methods in ubic.gemma.rest that return ResponseDataObjectModifier and TypeMethodDescriptionAnnotationsWebService.getAnnotationsChildren
(String termUri, boolean direct) Obtain the children of a given annotation.AnnotationsWebService.getAnnotationsParents
(String termUri, boolean direct) RootWebService.getApiInfo
(javax.ws.rs.core.UriInfo uriInfo) Returns an object with API information.DatasetsWebService.getDatasetAllPublications
(DatasetArg<?> datasetArg) DatasetsWebService.getDatasetAnnotations
(DatasetArg<?> datasetArg) Retrieves the annotations for the given dataset.DatasetsWebService.getDatasetBatchInformation
(DatasetArg<?> datasetArg) DatasetsWebService.getDatasetDifferentialExpressionAnalyses
(DatasetArg<?> datasetArg, OffsetArg offsetArg, LimitArg limitArg) Retrieves the differential analysis results for the given dataset.DatasetsWebService.getDatasetHasBatchInformation
(DatasetArg<?> datasetArg) Indicate if the experiment has batch information.DatasetsWebService.getDatasetPlatforms
(DatasetArg<?> datasetArg) Retrieves platforms for the given dataset.DatasetsWebService.getDatasetQuantitationTypes
(DatasetArg<?> datasetArg) Retrieve all available quantitation types for a dataset.DatasetsWebService.getDatasetSamples
(DatasetArg<?> datasetArg, QuantitationTypeArg<?> quantitationTypeArg, boolean useProcessedQuantitationType) Retrieves the samples for the given dataset.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.DatasetsWebService.getDatasetsExpressionLevelsForGenes
(DatasetArrayArg datasets, GeneArrayArg genes, Boolean keepNonSpecific, ExpLevelConsolidationArg consolidate) DatasetsWebService.getDatasetsExpressionLevelsForGenesInTaxon
(DatasetArrayArg datasets, TaxonArg<?> taxonArg, GeneArrayArg genes, Boolean keepNonSpecific, ExpLevelConsolidationArg consolidate) Retrieves the expression levels of given genes on given datasets.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.DatasetsWebService.getDatasetSubSetById
(DatasetArg<?> datasetArg, Long subSetId) DatasetsWebService.getDatasetSubSetGroup
(DatasetArg<?> datasetArg, Long bioAssayDimensionId) DatasetsWebService.getDatasetSubSetGroups
(DatasetArg<?> datasetArg) Retrieve all the "groups" of subsets of a dataset.DatasetsWebService.getDatasetSubSets
(DatasetArg<?> datasetArg) DatasetsWebService.getDatasetSubSetSamples
(DatasetArg<?> datasetArg, Long subSetId) DatasetsWebService.getDatasetSvd
(DatasetArg<?> datasetArg) Retrieves the design for the given dataset.GeneWebService.getGeneGeneCoexpression
(GeneArg<?> geneArg, GeneArg<?> with, LimitArg limit, Integer stringency) Retrieves the coexpression of two given genes.GeneWebService.getGeneGoTerms
(GeneArg<?> geneArg) Retrieves the GO terms of the given gene.GeneWebService.getGeneLocations
(GeneArg<?> geneArg) Retrieves the physical location of the given gene.GeneWebService.getGenesByIds
(GeneArrayArg genes) Retrieves all genes matching the identifier.RootWebService.getMyself()
Retrieve user information for the current user.DatasetsWebService.getNumberOfDatasets
(QueryArg query, FilterArg<ExpressionExperiment> filter) PlatformsWebService.getNumberOfPlatforms
(FilterArg<ArrayDesign> filter) AnalysisResultSetsWebService.getNumberOfResultSets
(FilterArg<ExpressionAnalysisResultSet> filter) TaxaWebService.getTaxa()
Lists all available taxa.TaxaWebService.getTaxaByIds
(TaxonArrayArg taxaArg) Retrieves single taxon based on the given identifier.TaxaWebService.getTaxonGeneGoTerms
(TaxonArg<?> taxonArg, GeneArg<?> geneArg) TaxaWebService.getTaxonGeneLocations
(TaxonArg<?> taxonArg, GeneArg<?> geneArg) Retrieves gene location for the gene on the given taxon.TaxaWebService.getTaxonGenesByIds
(TaxonArg<?> taxonArg, GeneArrayArg geneArg) Retrieves genes matching the identifier on the given taxon.TaxaWebService.getTaxonGenesOverlappingChromosome
(TaxonArg<?> taxonArg, String chromosomeName, String strand, Long start, Integer size) Finds genes overlapping a given region.Retrieve user information.AnnotationsWebService.searchAnnotations
(StringArrayArg query) Does a search for annotation tags based on the given string.AnnotationsWebService.searchAnnotationsByPathQuery
(StringArrayArg query) -
Uses of ResponseDataObject in ubic.gemma.rest.util
Subclasses of ResponseDataObject in ubic.gemma.rest.utilModifier and TypeClassDescriptionclass
class
class
class
Represents paginated results with offset and limit.class
Represents a payload with a limited number of results.class
class
Methods in ubic.gemma.rest.util with type parameters of type ResponseDataObjectModifier and TypeMethodDescription<S extends ResponseDataObject<T>>
SResponseDataObject.addWarnings
(Iterable<Throwable> throwables, String location, LocationType locationType) Add a bunch of warnings toinvalid reference
#getWarnings()
Methods in ubic.gemma.rest.util that return ResponseDataObjectModifier and TypeMethodDescriptionstatic <T> ResponseDataObject
<T> Responders.respond
(T payload) Produce aResponseDataObject
that wraps the given argument.