[BioC] error in genefilter?

Kasper Daniel Hansen k.hansen at biostat.ku.dk
Fri Apr 22 05:19:37 CEST 2005


Hi Lana

Guessing your intentions I would say you need to change
  f1 <- pOverA(0.25, lob2(100))
to
  f1 <- pOverA(0.25, log2(100))

Note that R complains that it cannot find the function lob2. The first 
thing to do is doublecheck one's own input.

Kasper

On Thu, Apr 21, 2005 at 02:21:50PM -0700, Lana Schaffer wrote:
> Hi,
> I am getting an error in genefilter:
> 
> data(golub)
> > eset
> Expression Set (exprSet) with 
> 22300 genes
> 42 samples
> phenoData object with 1 variables and 42 cases
> varLabels
> sample: arbitrary numbering
> > library(genefilter)
> > f1 <- pOverA(0.25, lob2(100))
> > f2 <- function(x)(IQR(x) > 0.5)
> > ff <- filterfun(f1,f2)
> > selected <- genefilter(eset,ff)
> Error in sum(x > A) : couldn't find function "lob2"
> 
> Can someone point out to solve this matter?
> Thanks,
> Lana
> 	[[alternative HTML version deleted]]
> 
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/bioconductor

-- 
Kasper Daniel Hansen, Research Assistant
Department of Biostatistics, University of Copenhagen



More information about the Bioconductor mailing list