Uses of Class
baseCode.dataFilter.AbstractFilter

Packages that use AbstractFilter
baseCode.dataFilter   
 

Uses of AbstractFilter in baseCode.dataFilter
 

Subclasses of AbstractFilter in baseCode.dataFilter
 class AbstractLevelFilter
          Abstract class representing a filter that removes things from matrices based on the values themselves.
 class AffymetrixProbeNameFilter
          Remove probes that have names meeting certain rules indicating they may have low reliability.
 class ItemLevelFilter
          Filter that remove individual values that are outside of a range.
 class RowAbsentFilter
          Filter a data matrix according to flags given in a separate matrix.
 class RowAffyNameFilter
          Remove probes that have names meeting certain rules indicating they may have low reliability.
 class RowLevelFilter
          Remove rows from a matrix based on some row-based statistic.
 class RowMissingFilter
          Remove rows from a matrix that are missing too many points.
 class RowNameFilter
          Remove or retain rows that are on a list.
 



Copyright © 2003-2005 Columbia University. All Rights Reserved.