Uses of Class
ubic.gemma.core.datastructure.matrix.ExpressionDataBooleanMatrix
-
Packages that use ExpressionDataBooleanMatrix Package Description ubic.gemma.core.analysis.preprocess.filter ubic.gemma.core.datastructure.matrix This package contains data structures for representing matrices of gene expression. -
-
Uses of ExpressionDataBooleanMatrix in ubic.gemma.core.analysis.preprocess.filter
Methods in ubic.gemma.core.analysis.preprocess.filter with parameters of type ExpressionDataBooleanMatrix Modifier and Type Method Description void
RowMissingValueFilter. setAbsentPresentCalls(ExpressionDataBooleanMatrix absentPresentCalls)
Supply a separate matrix of booleans. -
Uses of ExpressionDataBooleanMatrix in ubic.gemma.core.datastructure.matrix
Methods in ubic.gemma.core.datastructure.matrix that return ExpressionDataBooleanMatrix Modifier and Type Method Description ExpressionDataBooleanMatrix
TwoChannelExpressionDataMatrixBuilder. getMissingValueData()
-