Uses of Class
ubic.gemma.model.expression.designElement.CompositeSequenceValueObject
Packages that use CompositeSequenceValueObject
Package
Description
-
Uses of CompositeSequenceValueObject in ubic.gemma.model.analysis.sequence
Methods in ubic.gemma.model.analysis.sequence that return CompositeSequenceValueObjectMethods in ubic.gemma.model.analysis.sequence with parameters of type CompositeSequenceValueObjectModifier and TypeMethodDescriptionvoidGeneMappingSummary.setCompositeSequence(CompositeSequenceValueObject compositeSequence) -
Uses of CompositeSequenceValueObject in ubic.gemma.model.expression.bioAssayData
Methods in ubic.gemma.model.expression.bioAssayData that return CompositeSequenceValueObjectMethods in ubic.gemma.model.expression.bioAssayData with parameters of type CompositeSequenceValueObjectModifier and TypeMethodDescriptionvoidDataVectorValueObject.setDesignElement(CompositeSequenceValueObject designElement) -
Uses of CompositeSequenceValueObject in ubic.gemma.persistence.service.expression.designElement
Methods in ubic.gemma.persistence.service.expression.designElement that return CompositeSequenceValueObjectModifier and TypeMethodDescriptionprotected CompositeSequenceValueObjectCompositeSequenceDaoImpl.doLoadValueObject(CompositeSequence entity) CompositeSequenceService.loadValueObjectWithGeneMappingSummary(CompositeSequence cs) Include gene mapping summary in theCompositeSequenceValueObject.CompositeSequenceServiceImpl.loadValueObjectWithGeneMappingSummary(CompositeSequence cs) Methods in ubic.gemma.persistence.service.expression.designElement that return types with arguments of type CompositeSequenceValueObjectModifier and TypeMethodDescriptionCompositeSequenceService.loadValueObjectsForGene(Gene gene, int start, int limit) CompositeSequenceServiceImpl.loadValueObjectsForGene(Gene gene, int start, int limit) Methods in ubic.gemma.persistence.service.expression.designElement with parameters of type CompositeSequenceValueObjectModifier and TypeMethodDescriptionCompositeSequenceService.getGeneMappingSummary(BioSequence biologicalCharacteristic, CompositeSequenceValueObject cs) CompositeSequenceServiceImpl.getGeneMappingSummary(BioSequence biologicalCharacteristic, CompositeSequenceValueObject cs) -
Uses of CompositeSequenceValueObject in ubic.gemma.rest
Methods in ubic.gemma.rest that return types with arguments of type CompositeSequenceValueObjectModifier and TypeMethodDescriptionGeneWebService.getGeneProbes(GeneArg<?> geneArg, OffsetArg offset, LimitArg limit) Retrieves the probes (composite sequences) with this gene.PlatformsWebService.getPlatformElement(PlatformArg<?> platformArg, CompositeSequenceArrayArg probesArg, OffsetArg offset, LimitArg limit) Retrieves composite sequences (elements) of the given platform.PlatformsWebService.getPlatformElements(PlatformArg<?> platformArg, OffsetArg offset, LimitArg limit) Retrieves the composite sequences (elements) for the given platform.TaxaWebService.getTaxonGeneProbes(TaxonArg<?> taxonArg, GeneArg<?> geneArg, OffsetArg offsetArg, LimitArg limitArg) -
Uses of CompositeSequenceValueObject in ubic.gemma.rest.util.args
Methods in ubic.gemma.rest.util.args that return types with arguments of type CompositeSequenceValueObjectModifier and TypeMethodDescriptionPlatformArgService.getElements(PlatformArg<?> arg, int limit, int offset) Retrieves the Elements of the Platform that this argument represents.GeneArgService.getGeneProbes(GeneArg<?> geneArg, int offset, int limit) Obtain probes for the gene across all platforms.GeneArgService.getGeneProbesInTaxon(GeneArg<?> geneArg, Taxon taxon, int offset, int limit) Obtain probes for the gene in the given taxon across all platforms. -
Uses of CompositeSequenceValueObject in ubic.gemma.web.controller.visualization
Methods in ubic.gemma.web.controller.visualization that return CompositeSequenceValueObjectMethods in ubic.gemma.web.controller.visualization with parameters of type CompositeSequenceValueObjectModifier and TypeMethodDescriptionvoidGeneExpressionProfile.setProbe(CompositeSequenceValueObject probe)