Uses of Class
ubic.basecode.datafilter.AbstractFilter
Packages that use AbstractFilter
-
Uses of AbstractFilter in ubic.basecode.datafilter
Subclasses of AbstractFilter in ubic.basecode.datafilterModifier and TypeClassDescriptionclassAbstractLevelFilter<R,C> Abstract class representing a filter that removes things from DoubleMatrixNamed matrices based on the values themselves.classAffymetrixProbeNameFilter<M extends Matrix2D<R,C, V>, R, C, V> Remove probes that have names meeting certain rules indicating they may have low reliability.classItemLevelFilter<R,C> Filter that removes individual values that are outside of a range.classRowAbsentFilter<M extends Matrix2D<R,C, V>, R, C, V> Filter a data matrix according to flags given in a separate matrix.classRowLevelFilter<R,C> Remove rows from a matrix based on some row-based statistic.classRowMissingFilter<M extends Matrix2D<R,C, V>, R, C, V> Remove rows from a matrix that are missing too many points.classRowNameFilter<M extends Matrix2D<R,C, V>, R, C, V> Remove or retain rows that are on a list.