Mercurial > repos > yhoogstrate > edger_with_design_matrix
changeset 34:a36a9af266e5 draft
Uploaded
author | yhoogstrate |
---|---|
date | Wed, 21 May 2014 05:14:57 -0400 |
parents | 7e45df99a6fc |
children | fab87cecb3e5 |
files | edgeR_Differential_Gene_Expression.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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), ]