changeset 65:675cc60959f0 draft

Uploaded
author fubar
date Mon, 10 Feb 2014 20:37:26 -0500
parents d4fc5eb21a2e
children e4fc3bdf02cc
files rgedgeRpaired_nocamera.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rgedgeRpaired_nocamera.xml	Mon Feb 10 20:32:57 2014 -0500
+++ b/rgedgeRpaired_nocamera.xml	Mon Feb 10 20:37:26 2014 -0500
@@ -697,7 +697,7 @@
     #newCountDataSet(workCM, group)
     deSeqDatsizefac = estimateSizeFactors(deSEQds)
     deSeqDatdisp = estimateDispersions(deSeqDatsizefac,fitType=DESeq_fitType)
-    resDESeq = nbinomWaldTest(deSeqDatdisp, pAdjustMethod=fdrtype)
+    resDESeq = nbinomWaldTest(deSeqDatdisp)
     rDESeq = as.data.frame(results(resDESeq))
     rDESeq = cbind(Contig=rownames(workCM),rDESeq,NReads=cmrowsums,URL=contigurls)
     srDESeq = rDESeq[order(rDESeq\$pvalue),]