Uses of Class
ubic.gemma.rest.util.args.GeneArrayArg
-
Packages that use GeneArrayArg Package Description ubic.gemma.rest ubic.gemma.rest.util.args -
-
Uses of GeneArrayArg in ubic.gemma.rest
Methods in ubic.gemma.rest with parameters of type GeneArrayArg Modifier and Type Method Description 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<GeneValueObject>>
GeneWebService. getGenes(GeneArrayArg genes)
Retrieves all genes matching the identifier.ResponseDataObject<List<GeneValueObject>>
TaxaWebService. getTaxonGenesByIds(TaxonArg<?> taxonArg, GeneArrayArg geneArg)
Retrieves genes matching the identifier on the given taxon. -
Uses of GeneArrayArg in ubic.gemma.rest.util.args
Methods in ubic.gemma.rest.util.args that return GeneArrayArg Modifier and Type Method Description static GeneArrayArg
GeneArrayArg. valueOf(String s)
Methods in ubic.gemma.rest.util.args with parameters of type GeneArrayArg Modifier and Type Method Description List<Gene>
GeneArgService. getEntitiesWithTaxon(GeneArrayArg genes, Taxon taxon)
Obtain genes from a specific taxon.List<GeneValueObject>
GeneArgService. getGenesInTaxon(GeneArrayArg arg, Taxon taxon)
-