Uses of Class
ubic.gemma.model.genome.TaxonValueObject
-
-
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 TaxonValueObject Modifier and Type Method Description Set<TaxonValueObject>
DifferentialExpressionAnalysisResultSetValueObject. getTaxa()
Method parameters in ubic.gemma.model.analysis.expression.diff with type arguments of type TaxonValueObject Modifier and Type Method Description void
DifferentialExpressionAnalysisResultSetValueObject. setTaxa(Set<TaxonValueObject> taxa)
-
Uses of TaxonValueObject in ubic.gemma.model.genome
Methods in ubic.gemma.model.genome that return TaxonValueObject Modifier and Type Method Description static TaxonValueObject
TaxonValueObject. fromEntity(Taxon taxon)
TaxonValueObject
PhysicalLocationValueObject. getTaxon()
Methods in ubic.gemma.model.genome with parameters of type TaxonValueObject Modifier and Type Method Description void
PhysicalLocationValueObject. setTaxon(TaxonValueObject taxon)
-
Uses of TaxonValueObject in ubic.gemma.model.genome.gene
Methods in ubic.gemma.model.genome.gene that return TaxonValueObject Modifier and Type Method Description TaxonValueObject
GeneValueObject. getTaxonForGemmaRest()
-
Uses of TaxonValueObject in ubic.gemma.model.genome.sequenceAnalysis
Methods in ubic.gemma.model.genome.sequenceAnalysis that return TaxonValueObject Modifier and Type Method Description TaxonValueObject
BioSequenceValueObject. getTaxon()
TaxonValueObject
BlatResultValueObject. getTaxon()
Methods in ubic.gemma.model.genome.sequenceAnalysis with parameters of type TaxonValueObject Modifier and Type Method Description void
BioSequenceValueObject. setTaxon(TaxonValueObject taxon)
void
BlatResultValueObject. setTaxon(TaxonValueObject taxon)
Constructors in ubic.gemma.model.genome.sequenceAnalysis with parameters of type TaxonValueObject Constructor Description BlatResultValueObject(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 TaxonValueObject Modifier and Type Method Description TaxonValueObject
GeneSetService. 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 genesTaxonValueObject
GeneSetServiceImpl. getTaxonVOforGeneSetVO(SessionBoundGeneSetValueObject geneSetVO)
-
Uses of TaxonValueObject in ubic.gemma.persistence.service.genome.taxon
Methods in ubic.gemma.persistence.service.genome.taxon that return TaxonValueObject Modifier and Type Method Description protected TaxonValueObject
TaxonDaoImpl. doLoadValueObject(Taxon entity)
Methods in ubic.gemma.persistence.service.genome.taxon that return types with arguments of type TaxonValueObject Modifier and Type Method Description Collection<TaxonValueObject>
TaxonService. getTaxaWithArrays()
Collection<TaxonValueObject>
TaxonServiceImpl. getTaxaWithArrays()
Collection<TaxonValueObject>
TaxonService. getTaxaWithDatasets()
Collection<TaxonValueObject>
TaxonServiceImpl. getTaxaWithDatasets()
Collection<TaxonValueObject>
TaxonService. getTaxaWithEvidence()
Collection<TaxonValueObject>
TaxonServiceImpl. getTaxaWithEvidence()
Collection<TaxonValueObject>
TaxonService. getTaxaWithGenes()
Collection<TaxonValueObject>
TaxonServiceImpl. getTaxaWithGenes()
-
Uses of TaxonValueObject in ubic.gemma.rest
Subclasses of TaxonValueObject in ubic.gemma.rest Modifier and Type Class Description static class
DatasetsWebService.TaxonWithUsageStatisticsValueObject
Methods in ubic.gemma.rest that return types with arguments of type TaxonValueObject Modifier and Type Method Description ResponseDataObject<List<TaxonValueObject>>
TaxaWebService. getTaxa()
Lists all available taxa.ResponseDataObject<List<TaxonValueObject>>
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 TaxonValueObject Modifier and Type Method Description Collection<TaxonValueObject>
GenePickerController. getTaxa()
AJAXCollection<TaxonValueObject>
GenePickerController. getTaxaWithArrays()
AJAXCollection<TaxonValueObject>
GenePickerController. getTaxaWithDatasets()
AJAXCollection<TaxonValueObject>
GenePickerController. getTaxaWithEvidence()
AJAXCollection<TaxonValueObject>
GenePickerController. getTaxaWithGenes()
AJAX
-