Uses of Class
ubic.gemma.model.genome.TaxonValueObject
Packages that use TaxonValueObject
Package
Description
-
Uses of TaxonValueObject in ubic.gemma.model.analysis.expression.diff
Methods in ubic.gemma.model.analysis.expression.diff that return types with arguments of type TaxonValueObjectMethod parameters in ubic.gemma.model.analysis.expression.diff with type arguments of type TaxonValueObjectModifier and TypeMethodDescriptionvoidDifferentialExpressionAnalysisResultSetValueObject.setTaxa(Set<TaxonValueObject> taxa) -
Uses of TaxonValueObject in ubic.gemma.model.expression.arrayDesign
Methods in ubic.gemma.model.expression.arrayDesign that return TaxonValueObjectMethods in ubic.gemma.model.expression.arrayDesign with parameters of type TaxonValueObjectModifier and TypeMethodDescriptionvoidArrayDesignValueObject.setTaxonObject(TaxonValueObject taxonObject) -
Uses of TaxonValueObject in ubic.gemma.model.expression.experiment
Methods in ubic.gemma.model.expression.experiment that return TaxonValueObjectModifier and TypeMethodDescriptionExpressionExperimentValueObject.getTaxonObject()FIXME: this should be named simply "taxon", but that field is already taken for Gemma Web, seeExpressionExperimentValueObject.getTaxon().Methods in ubic.gemma.model.expression.experiment with parameters of type TaxonValueObjectModifier and TypeMethodDescriptionvoidExpressionExperimentValueObject.setTaxonObject(TaxonValueObject taxonObject) FIXME: this should be named simply "taxon", but that field is already taken for Gemma Web, seeExpressionExperimentValueObject.getTaxon(). -
Uses of TaxonValueObject in ubic.gemma.model.genome
Methods in ubic.gemma.model.genome that return TaxonValueObjectModifier and TypeMethodDescriptionstatic TaxonValueObjectTaxonValueObject.fromEntity(Taxon taxon) PhysicalLocationValueObject.getTaxon()Methods in ubic.gemma.model.genome with parameters of type TaxonValueObjectModifier and TypeMethodDescriptionvoidPhysicalLocationValueObject.setTaxon(TaxonValueObject taxon) -
Uses of TaxonValueObject in ubic.gemma.model.genome.gene
Methods in ubic.gemma.model.genome.gene that return TaxonValueObjectModifier and TypeMethodDescriptionGeneSetValueObject.getTaxon()GeneValueObject.getTaxon()GeneValueObject.getTaxonForGemmaRest()Methods in ubic.gemma.model.genome.gene with parameters of type TaxonValueObjectModifier and TypeMethodDescriptionvoidGeneSetValueObject.setTaxon(TaxonValueObject taxon) voidGeneValueObject.setTaxon(TaxonValueObject taxon) -
Uses of TaxonValueObject in ubic.gemma.model.genome.sequenceAnalysis
Methods in ubic.gemma.model.genome.sequenceAnalysis that return TaxonValueObjectModifier and TypeMethodDescriptionBioSequenceValueObject.getTaxon()BlatResultValueObject.getTaxon()Methods in ubic.gemma.model.genome.sequenceAnalysis with parameters of type TaxonValueObjectModifier and TypeMethodDescriptionvoidBioSequenceValueObject.setTaxon(TaxonValueObject taxon) voidBlatResultValueObject.setTaxon(TaxonValueObject taxon) Constructors in ubic.gemma.model.genome.sequenceAnalysis with parameters of type TaxonValueObjectModifierConstructorDescriptionBlatResultValueObject(Long id, TaxonValueObject taxon, Integer blockCount, String blockSizes, Integer matches, Integer mismatches, Integer ns, Integer queryEnd, Integer queryGapBases, Integer queryGapCount, BioSequenceValueObject querySequence, Integer queryStart, String queryStarts, Integer repMatches, Double score, Double identity, String strand, String targetChromosomeName, String targetDatabase, Long targetEnd, Integer targetGapBases, Integer targetGapCount, Long targetStart, String targetStarts) -
Uses of TaxonValueObject in ubic.gemma.persistence.service.genome.gene
Methods in ubic.gemma.persistence.service.genome.gene that return TaxonValueObjectModifier and TypeMethodDescriptionGeneSetService.getTaxonVOforGeneSetVO(SessionBoundGeneSetValueObject geneSetVO) get the taxon for the gene set parameter, assumes that the taxon of the first gene will be representational of all the genesGeneSetServiceImpl.getTaxonVOforGeneSetVO(SessionBoundGeneSetValueObject geneSetVO) -
Uses of TaxonValueObject in ubic.gemma.persistence.service.genome.taxon
Methods in ubic.gemma.persistence.service.genome.taxon that return TaxonValueObjectModifier and TypeMethodDescriptionprotected TaxonValueObjectTaxonDaoImpl.doLoadValueObject(Taxon entity) Methods in ubic.gemma.persistence.service.genome.taxon that return types with arguments of type TaxonValueObjectModifier and TypeMethodDescriptionTaxonService.getTaxaWithArrays()TaxonServiceImpl.getTaxaWithArrays()TaxonService.getTaxaWithDatasets()TaxonServiceImpl.getTaxaWithDatasets()TaxonService.getTaxaWithGenes()TaxonServiceImpl.getTaxaWithGenes() -
Uses of TaxonValueObject in ubic.gemma.rest
Subclasses of TaxonValueObject in ubic.gemma.restModifier and TypeClassDescriptionstatic final classMethods in ubic.gemma.rest that return TaxonValueObjectMethods in ubic.gemma.rest that return types with arguments of type TaxonValueObjectModifier and TypeMethodDescriptionTaxaWebService.getTaxa()Lists all available taxa.TaxaWebService.getTaxaByIds(TaxonArrayArg taxaArg) Retrieves single taxon based on the given identifier. -
Uses of TaxonValueObject in ubic.gemma.web.controller.genome.gene
Methods in ubic.gemma.web.controller.genome.gene that return types with arguments of type TaxonValueObjectModifier and TypeMethodDescriptionGenePickerController.getTaxa()AJAXGenePickerController.getTaxaWithArrays()AJAXGenePickerController.getTaxaWithDatasets()AJAXGenePickerController.getTaxaWithGenes()AJAX