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.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) ExperimentExpressionLevelsValueObject(long datasetId, Map<Gene, List<DoubleVectorValueObject>> vectorsPerGene, boolean keepGeneNonSpecific, String conslidationMode, Map<Gene, ExperimentExpressionLevelsValueObject.GeneDiffExStats> diffExStatsPerGene) Variant that carries per-gene differential-expression statistics for the contrast represented by the result-set used to build the response.GeneElementExpressionsValueObject(String geneOfficialSymbol, Integer geneNcbiId, List<DoubleVectorValueObject> vectors, boolean keepGeneNonSpecific, String mode) GeneElementExpressionsValueObject(String geneOfficialSymbol, String geneOfficialName, Integer geneNcbiId, String geneEnsemblId, Double correctedPvalue, Double pvalue, Double log2FoldChange, 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.rest
Method parameters in ubic.gemma.rest with type arguments of type DoubleVectorValueObjectModifier and TypeMethodDescriptionDatasetsWebService.PcLoadingsValueObject.from(int pc, int top, DatasetsWebService.PcLoadingDirection direction, Map<ProbeLoading, DoubleVectorValueObject> loaded, SVDResult svd, Function<Collection<Long>, Map<Long, Gene>> geneResolver)