[BioC] conditional selection: extracting row from matrix
w.huber at dkfz-heidelberg.de
w.huber at dkfz-heidelberg.de
Tue Jan 6 22:49:19 MET 2004
Hi,
for the record: Laurent pointed out a typo in my code example from
the previous post - Please see below.
Best wishes
Wolfgang
On Tue, 6 Jan 2004, Laurent Gautier wrote:
> > Maybe
> > matrix[abs(matrix[,2]-513.19 < 0.01), ]
> > would be the simplest solution.
>
> Did you mean
> matrix[abs(matrix[,2]-513.19) < 0.01, ]
> ?
More information about the Bioconductor
mailing list