error in genefilter?
1
0
Entering edit mode
Lana Schaffer ★ 1.3k
@lana-schaffer-1056
Last seen 9.7 years ago
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]]
• 1.2k views
ADD COMMENT
0
Entering edit mode
@kasper-daniel-hansen-459
Last seen 9.7 years ago
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@stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor -- Kasper Daniel Hansen, Research Assistant Department of Biostatistics, University of Copenhagen
ADD COMMENT

Login before adding your answer.

Traffic: 460 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6