arnesmits / DEP

DEP package
27 stars 12 forks source link

get_annotation fails with there are exactly 7 conditions/replicates #12

Closed childsish closed 2 years ago

childsish commented 4 years ago

See 'if' statement on lines 28-31:

    if (length(var) < 7 & length(var) > 2) 
      cols <- RColorBrewer::brewer.pal(length(var), "Pastel1")
    if (length(var) > 7) 
      cols <- RColorBrewer::brewer.pal(length(var), "Set3")
childsish commented 4 years ago

Already fixed by pull request #6

childsish commented 4 years ago

Correction: Previous pull request fixed error in plot_functions_explore.R not plot_functions_results.R. Issue still exists.

childsish commented 2 years ago

Package no longer maintained.