Skip to content

Commit

Permalink
Restore log10 expression plot.
Browse files Browse the repository at this point in the history
  • Loading branch information
roryk committed Jan 30, 2014
1 parent d5083e9 commit b489214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/comparisons/compare.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ expr_plot = {{{expr-plot}}}
pval_plot = {{{pval-plot}}}
out_dir = {{{out-dir}}}

#df$log10expr = log(df$expr)
df$log10expr = log(df$expr + 1)
complete = df[complete.cases(df),]
melted = melt(complete, id=c("algorithm", "id", "project"))

Expand Down

0 comments on commit b489214

Please sign in to comment.