|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectbaseCode.dataFilter.AbstractFilter
baseCode.dataFilter.AffymetrixProbeNameFilter
Remove probes that have names meeting certain rules indicating they may have low reliability. This is targeted at cases like "AFFX", "_st", "_f_at" and so forth.
Copyright (c) 2004
Institution:: Columbia University
| Field Summary | |
static int |
AFFX
Filter probes that have the AFFX prefix. |
static int |
F
Filter probes that have the "_f_at" (family) tag. |
static int |
G
Filter probes that have the "_g_at" (group) tag. |
static int |
ST
Filter probes that contain the '_st' (sense strand) tag |
static int |
X
Filter probes that have the "_x_at" tag. |
| Fields inherited from class baseCode.dataFilter.AbstractFilter |
log |
| Constructor Summary | |
AffymetrixProbeNameFilter()
Filter probes with all criteria switched on. |
|
AffymetrixProbeNameFilter(int[] criteria)
|
|
| Method Summary | |
NamedMatrix |
filter(NamedMatrix data)
Filter the data |
| Methods inherited from class baseCode.dataFilter.AbstractFilter |
getOutputMatrix |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int ST
public static final int AFFX
public static final int F
public static final int X
public static final int G
| Constructor Detail |
public AffymetrixProbeNameFilter(int[] criteria)
criteria - int[] of constants indicating the criteria to use.public AffymetrixProbeNameFilter()
| Method Detail |
public NamedMatrix filter(NamedMatrix data)
Filter
filter in interface Filterdata - a NamedMatrix. Some types of filters require that this be of a particular type of implementation of
the Filter interface.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||