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 TypeMethodDescriptionvoid
DifferentialExpressionAnalysisResultSetValueObject.setTaxa
(Set<TaxonValueObject> taxa) -
Uses of TaxonValueObject in ubic.gemma.model.genome
Methods in ubic.gemma.model.genome that return TaxonValueObjectModifier and TypeMethodDescriptionstatic TaxonValueObject
TaxonValueObject.fromEntity
(Taxon taxon) PhysicalLocationValueObject.getTaxon()
Methods in ubic.gemma.model.genome with parameters of type TaxonValueObjectModifier and TypeMethodDescriptionvoid
PhysicalLocationValueObject.setTaxon
(TaxonValueObject taxon) -
Uses of TaxonValueObject in ubic.gemma.model.genome.gene
Methods in ubic.gemma.model.genome.gene that return TaxonValueObject -
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 TypeMethodDescriptionvoid
BioSequenceValueObject.setTaxon
(TaxonValueObject taxon) void
BlatResultValueObject.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 TaxonValueObject
TaxonDaoImpl.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 class
Methods 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