Uses of Class
ubic.gemma.model.expression.bioAssayData.ProcessedExpressionDataVector
-
-
Uses of ProcessedExpressionDataVector in ubic.gemma.core.analysis.expression.coexpression.links
Method parameters in ubic.gemma.core.analysis.expression.coexpression.links with type arguments of type ProcessedExpressionDataVector Modifier and Type Method Description LinkAnalysis
LinkAnalysisService. processVectors(Taxon t, Collection<ProcessedExpressionDataVector> dataVectors, FilterConfig filterConfig, LinkAnalysisConfig linkAnalysisConfig)
Used when the input is data vectors from another source, instead of from a DB-bound expressionExperiment.LinkAnalysis
LinkAnalysisServiceImpl. processVectors(Taxon t, Collection<ProcessedExpressionDataVector> dataVectors, FilterConfig filterConfig, LinkAnalysisConfig linkAnalysisConfig)
-
Uses of ProcessedExpressionDataVector in ubic.gemma.core.analysis.preprocess
Constructor parameters in ubic.gemma.core.analysis.preprocess with type arguments of type ProcessedExpressionDataVector Constructor Description ExpressionDataMatrixBuilder(Collection<ProcessedExpressionDataVector> processedVectors, Collection<? extends DesignElementDataVector> otherVectors)
-
Uses of ProcessedExpressionDataVector in ubic.gemma.core.analysis.preprocess.filter
Method parameters in ubic.gemma.core.analysis.preprocess.filter with type arguments of type ProcessedExpressionDataVector Modifier and Type Method Description ExpressionDataDoubleMatrix
ExpressionExperimentFilter. getFilteredMatrix(Collection<ProcessedExpressionDataVector> dataVectors)
Provides a ready-to-use expression data matrix that is transformed and filtered. -
Uses of ProcessedExpressionDataVector in ubic.gemma.core.analysis.service
Method parameters in ubic.gemma.core.analysis.service with type arguments of type ProcessedExpressionDataVector Modifier and Type Method Description ExpressionDataDoubleMatrix
ExpressionDataMatrixService. getFilteredMatrix(String arrayDesignName, FilterConfig filterConfig, Collection<ProcessedExpressionDataVector> dataVectors)
ExpressionDataDoubleMatrix
ExpressionDataMatrixService. getFilteredMatrix(ExpressionExperiment ee, FilterConfig filterConfig, Collection<ProcessedExpressionDataVector> dataVectors)
Provide a filtered expression data matrix.ExpressionDataDoubleMatrix
ExpressionDataMatrixServiceImpl. getFilteredMatrix(String arrayDesignName, FilterConfig filterConfig, Collection<ProcessedExpressionDataVector> dataVectors)
ExpressionDataDoubleMatrix
ExpressionDataMatrixServiceImpl. getFilteredMatrix(ExpressionExperiment ee, FilterConfig filterConfig, Collection<ProcessedExpressionDataVector> dataVectors)
-
Uses of ProcessedExpressionDataVector in ubic.gemma.core.datastructure.matrix
Methods in ubic.gemma.core.datastructure.matrix that return types with arguments of type ProcessedExpressionDataVector Modifier and Type Method Description Collection<ProcessedExpressionDataVector>
ExpressionDataDoubleMatrix. toProcessedDataVectors()
Constructor parameters in ubic.gemma.core.datastructure.matrix with type arguments of type ProcessedExpressionDataVector Constructor Description ExpressionDataDoubleMatrix(ExpressionExperiment ee, Collection<ProcessedExpressionDataVector> vectors)
-
Uses of ProcessedExpressionDataVector in ubic.gemma.model.expression.bioAssayData
Methods in ubic.gemma.model.expression.bioAssayData that return ProcessedExpressionDataVector Modifier and Type Method Description static ProcessedExpressionDataVector
ProcessedExpressionDataVector.Factory. newInstance()
-
Uses of ProcessedExpressionDataVector in ubic.gemma.model.expression.experiment
Methods in ubic.gemma.model.expression.experiment that return types with arguments of type ProcessedExpressionDataVector Modifier and Type Method Description Set<ProcessedExpressionDataVector>
ExpressionExperiment. getProcessedExpressionDataVectors()
Method parameters in ubic.gemma.model.expression.experiment with type arguments of type ProcessedExpressionDataVector Modifier and Type Method Description void
ExpressionExperiment. setProcessedExpressionDataVectors(Set<ProcessedExpressionDataVector> processedExpressionDataVectors)
-
Uses of ProcessedExpressionDataVector in ubic.gemma.persistence.service.expression.bioAssayData
Method parameters in ubic.gemma.persistence.service.expression.bioAssayData with type arguments of type ProcessedExpressionDataVector Modifier and Type Method Description Map<ProcessedExpressionDataVector,Collection<Long>>
ProcessedExpressionDataVectorDao. getGenes(Collection<ProcessedExpressionDataVector> vectors)
Obtain the genes associated to each vector.Map<ProcessedExpressionDataVector,Collection<Long>>
ProcessedExpressionDataVectorDaoImpl. getGenes(Collection<ProcessedExpressionDataVector> vectors)
int
ProcessedExpressionDataVectorService. replaceProcessedDataVectors(ExpressionExperiment ee, Collection<ProcessedExpressionDataVector> vectors)
Replace the processed vectors of a EE with the given vectors.int
ProcessedExpressionDataVectorServiceImpl. replaceProcessedDataVectors(ExpressionExperiment ee, Collection<ProcessedExpressionDataVector> vectors)
-
Uses of ProcessedExpressionDataVector in ubic.gemma.persistence.service.expression.experiment
-