# HG changeset patch # User yhoogstrate # Date 1401270137 14400 # Node ID f710e5ed7cea3f9bbc34cff2981c56f767682a42 # Parent 261b997b241fecb1ca09214b32615f994ca98c22 Uploaded diff -r 261b997b241f -r f710e5ed7cea edgeR_Differential_Gene_Expression.xml --- a/edgeR_Differential_Gene_Expression.xml Wed May 28 05:24:12 2014 -0400 +++ b/edgeR_Differential_Gene_Expression.xml Wed May 28 05:42:17 2014 -0400 @@ -155,7 +155,8 @@ print("To:") print(design_matrix[,i]) } - design_matrix[,i] <- as.factor(design_matrix[,i]) + ## The following line seems to malfunction the script: + ##design_matrix[,i] <- as.factor(design_matrix[,i]) } ## 1) In the expression matrix, you only want to have the samples described in the design matrix