all.present {simpleaffy} | R Documentation |
must be present in at least no arrays to be called present
## S3 method for class 'present' all(x,calls,no = "all")
x |
An object to filter |
calls |
A matrix of PMA calls |
no |
How many in a row to pass the filter? If 'all' then all must be present |
A probesetid
Crispin J Miller
## Not run: all.present(eset,calls,dim(calls)[2]) ## End(Not run)