Re: [R] Error in DGEList function

2010-10-15 Thread Martin Morgan
On 10/15/2010 06:17 AM, Ying Ye wrote: > Hi! > > I am a new R user and have no clue of this error (see below) while using > edgeR package: edgeR is a Bioconductor pacakge so please subscribe to the Bioconductor list and ask there. http://bioconductor.org/help/mailing-list/ include the output of

[R] Error in DGEList function

2010-10-15 Thread Ying Ye
Hi! I am a new R user and have no clue of this error (see below) while using edgeR package: > Y <- clade_reads > y <- Y[,c(g1,g2)] > grouping <- c( rep(1,length(g1)), rep(2,length(g2)) ) > size <- apply(y, 2, sum) > d <- DGEList(data = y, group = grouping, lib.size = size) Error in DGEList(da