complete != combined
This commit is contained in:
parent
7b1862a23e
commit
77e4e9b61b
1 changed files with 2 additions and 1 deletions
|
@ -141,7 +141,8 @@ makeplot = function(x, # the DataFrame to plot
|
||||||
combined_training_genes = '999' # used only for the info box
|
combined_training_genes = '999' # used only for the info box
|
||||||
){
|
){
|
||||||
plot_data = x[x$resampling==resampler,]
|
plot_data = x[x$resampling==resampler,]
|
||||||
y_coord_min = min(plot_data[selection], na.rm=TRUE)
|
# y_coord_min = min(plot_data[selection], na.rm=TRUE)
|
||||||
|
y_coord_min = min(plot_data[selection])
|
||||||
|
|
||||||
if (y_coord_min > 0) {
|
if (y_coord_min > 0) {
|
||||||
y_coord_min = 0
|
y_coord_min = 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue