edgeR, error in estimateCommonDisp
0
0
Entering edit mode
Lucia Peixoto ▴ 330
@lucia-peixoto-4203
Last seen 9.6 years ago
Hi All, I am pretty new to edgeR, this is the first time I use the package, as well as the first time I try to find differential expression using RNA-Seq data (this is the first time I have biological replicates). I apologize in advance for my lack of knowledge. I have 10 samples, 5 biological replicates of each condition, and I am just trying to define differentially expressed genes between the two conditions I have a matrix of counts in tab delimited format, in which the first column is the GeneID and the first row is a header detailing the samples this is my code: > x <- read.delim("RNAseq_AllgenesFCHC_Counts.txt",row.names="GeneID", header=TRUE) > group <- factor(c(1,1,1,1,1,2,2,2,2,2)) > y <- DGEList(counts=x,group=group) > y <- estimateCommonDisp(y) and I get the following error: Error in if (mx < tol) { : missing value where TRUE/FALSE needed can anyone explain to me what the error means? Thank you very much for your help Lucia [[alternative HTML version deleted]]
edgeR edgeR • 771 views
ADD COMMENT

Login before adding your answer.

Traffic: 684 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