changeset 5:57bdc1772c5b draft default tip

Uploaded
author trinity_ctat
date Mon, 02 Jul 2018 11:22:20 -0400
parents b37d57c8ce7e
children
files ctat_analyze_differential_expression.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ctat_analyze_differential_expression.py	Fri Jun 29 14:54:40 2018 -0400
+++ b/ctat_analyze_differential_expression.py	Mon Jul 02 11:22:20 2018 -0400
@@ -108,11 +108,11 @@
 # diffExpr.P0.001_C2.0.matrix
 run_command("mv " + origMatrixName + " diffExpr.matrix")
 
-SampleCorName= "diffExpr.P" + Pvalue + "_" + "C" + Cvalue + ".matrix.log2.sample_cor.dat"
+SampleCorName= "diffExpr.P" + Pvalue + "_" + "C" + Cvalue + ".matrix.log2.centered.sample_cor.dat"
 # diffExpr.P0.001_C2.0.matrix.log2.sample_cor.dat
-run_command("mv " + SampleCorName + " diffExpr.matrix.log2.sample_cor.dat")
+run_command("mv " + SampleCorName + " diffExpr.matrix.log2..sample_cor.dat")
 
-CorMatrix= "diffExpr.P" + Pvalue + "_" + "C" + Cvalue + ".matrix.log2.sample_cor_matrix.pdf"
+CorMatrix= "diffExpr.P" + Pvalue + "_" + "C" + Cvalue + ".matrix.log2.centered.sample_cor_matrix.pdf"
 # diffExpr.P0.001_C2.0.matrix.log2.sample_cor_matrix.pdf
 run_command("mv " + CorMatrix + " diffExpr.matrix.log2.sample_cor_matrix.pdf")