# HG changeset patch # User yhoogstrate # Date 1400663697 14400 # Node ID a36a9af266e542374c19bebf20d751c6617e0bc5 # Parent 7e45df99a6fc11e5071940285784aa6de7c9efc1 Uploaded diff -r 7e45df99a6fc -r a36a9af266e5 edgeR_Differential_Gene_Expression.xml --- a/edgeR_Differential_Gene_Expression.xml Wed May 21 05:03:49 2014 -0400 +++ b/edgeR_Differential_Gene_Expression.xml Wed May 21 05:14:57 2014 -0400 @@ -247,7 +247,7 @@ write.table(file=output_raw_counts,dge\$counts,sep="\t",row.names=TRUE,col.names=NA) - if(output_MAplot != "/dev/null" or output_PValue_distribution_plot != "/dev/null") { + if(output_MAplot != "/dev/null" || output_PValue_distribution_plot != "/dev/null") { etable <- topTags(lrt, n=nrow(dge))\$table etable <- etable[order(etable\$FDR), ]