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