Uses of Class
ubic.gemma.model.expression.bioAssayData.DoubleVectorValueObject
Packages that use DoubleVectorValueObject
Package
Description
-
Uses of DoubleVectorValueObject in ubic.gemma.core.analysis.preprocess.svd
Methods in ubic.gemma.core.analysis.preprocess.svd that return types with arguments of type DoubleVectorValueObjectModifier and TypeMethodDescriptionSVDService.getTopLoadedVectors(ExpressionExperiment ee, int component, int count) SVDServiceImpl.getTopLoadedVectors(ExpressionExperiment ee, int component, int count) -
Uses of DoubleVectorValueObject in ubic.gemma.core.visualization
Method parameters in ubic.gemma.core.visualization with type arguments of type DoubleVectorValueObjectModifier and TypeMethodDescriptionExperimentalDesignVisualizationService.sortVectorDataByDesign(Collection<DoubleVectorValueObject> dedVs, ExperimentalFactor primaryFactor) Put data vectors in the order you'd want to display the experimental design.ExperimentalDesignVisualizationServiceImpl.sortVectorDataByDesign(Collection<DoubleVectorValueObject> dedVs, ExperimentalFactor primaryFactor) -
Uses of DoubleVectorValueObject in ubic.gemma.model.expression.bioAssayData
Subclasses of DoubleVectorValueObject in ubic.gemma.model.expression.bioAssayDataMethods in ubic.gemma.model.expression.bioAssayData that return DoubleVectorValueObjectModifier and TypeMethodDescriptionDoubleVectorValueObject.copy()Create a copy of this vector.SlicedDoubleVectorValueObject.copy()Method parameters in ubic.gemma.model.expression.bioAssayData with type arguments of type DoubleVectorValueObjectModifier and TypeMethodDescriptionDoubleVectorValueObjectUtils.toBulkVectors(Collection<DoubleVectorValueObject> vectors) Convert a collection ofDoubleVectorValueObject.Constructors in ubic.gemma.model.expression.bioAssayData with parameters of type DoubleVectorValueObjectModifierConstructorDescriptionCopy constructorprotectedCopy constructor.SlicedDoubleVectorValueObject(DoubleVectorValueObject vec, ExpressionExperimentSubsetValueObject bioassaySet, BioAssayDimensionValueObject slicedBad) Constructor for creating a slice.Constructor parameters in ubic.gemma.model.expression.bioAssayData with type arguments of type DoubleVectorValueObjectModifierConstructorDescriptionExperimentExpressionLevelsValueObject(long datasetId, Map<Gene, List<DoubleVectorValueObject>> vectorsPerGene, boolean keepGeneNonSpecific, String conslidationMode) GeneElementExpressionsValueObject(String geneOfficialSymbol, Integer geneNcbiId, List<DoubleVectorValueObject> vectors, boolean keepGeneNonSpecific, String mode) -
Uses of DoubleVectorValueObject in ubic.gemma.persistence.service.expression.bioAssayData
Methods in ubic.gemma.persistence.service.expression.bioAssayData that return types with arguments of type DoubleVectorValueObjectModifier and TypeMethodDescriptionProcessedExpressionDataVectorService.getDiffExVectors(Long resultSetId, double threshold, int maxNumberOfResults) ProcessedExpressionDataVectorServiceImpl.getDiffExVectors(Long resultSetId, double threshold, int maxNumberOfResults) ProcessedExpressionDataVectorService.getProcessedDataArrays(Collection<ExpressionExperiment> expressionExperiments, Collection<Long> genes) ProcessedExpressionDataVectorService.getProcessedDataArrays(BioAssaySet bioAssaySet, Collection<Long> genes) ProcessedExpressionDataVectorService.getProcessedDataArrays(ExpressionExperiment expressionExperiment) ProcessedExpressionDataVectorServiceImpl.getProcessedDataArrays(Collection<ExpressionExperiment> expressionExperiments, Collection<Long> genes) ProcessedExpressionDataVectorServiceImpl.getProcessedDataArrays(BioAssaySet bioAssaySet, Collection<Long> genes) ProcessedExpressionDataVectorServiceImpl.getProcessedDataArrays(ExpressionExperiment expressionExperiment) ProcessedExpressionDataVectorService.getProcessedDataArraysByProbe(Collection<ExpressionExperiment> expressionExperiments, Collection<CompositeSequence> compositeSequences) ProcessedExpressionDataVectorService.getProcessedDataArraysByProbe(ExpressionExperiment ee, Collection<CompositeSequence> compositeSequences) ProcessedExpressionDataVectorServiceImpl.getProcessedDataArraysByProbe(Collection<ExpressionExperiment> expressionExperiments, Collection<CompositeSequence> compositeSequences) ProcessedExpressionDataVectorServiceImpl.getProcessedDataArraysByProbe(ExpressionExperiment ee, Collection<CompositeSequence> compositeSequences) ProcessedExpressionDataVectorService.getRandomProcessedDataArrays(ExpressionExperiment ee, int limit) ProcessedExpressionDataVectorServiceImpl.getRandomProcessedDataArrays(ExpressionExperiment ee, int limit) -
Uses of DoubleVectorValueObject in ubic.gemma.web.controller.expression.experiment
Methods in ubic.gemma.web.controller.expression.experiment that return types with arguments of type DoubleVectorValueObjectModifier and TypeMethodDescriptionDEDVController.getDEDV(Collection<Long> eeIds, Collection<Long> geneIds) Given a collection of expression experiment Ids and a geneId returns a map of DEDV value objects to a collection of genes. -
Uses of DoubleVectorValueObject in ubic.gemma.web.controller.visualization
Constructors in ubic.gemma.web.controller.visualization with parameters of type DoubleVectorValueObjectModifierConstructorDescriptionGeneExpressionProfile(DoubleVectorValueObject vector, Collection<GeneValueObject> genes) GeneExpressionProfile(DoubleVectorValueObject vector, Collection<GeneValueObject> genes, String color, Integer factor, Double pValue) GeneExpressionProfile(DoubleVectorValueObject vector, Collection<GeneValueObject> genes, String color, Integer factor, Double pValue, boolean standardize) Constructor parameters in ubic.gemma.web.controller.visualization with type arguments of type DoubleVectorValueObjectModifierConstructorDescriptionVisualizationValueObject(Collection<DoubleVectorValueObject> vectors, Collection<GeneValueObject> genes, Double minPvalue, Collection<DifferentialExpressionValueObject> validatedProbes) VisualizationValueObject(Collection<DoubleVectorValueObject> vectors, List<GeneValueObject> genes, Collection<Long> validatedProbeList) VisualizationValueObject(Collection<DoubleVectorValueObject> vectors, List<GeneValueObject> genes, Collection<Long> validatedProbeIdList, Double minPvalue)