Skip to content
Snippets Groups Projects
Commit b09ad65b authored by Holger Brandl's avatar Holger Brandl
Browse files

fixed cluster centers

parent d3352827
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,7 @@ plot_pathway <- function(pathwayID, overlayData){
figuresPlotFile <- file.path("figures", outfile)
system(paste("mv", outfile, figuresPlotFile))
system(paste("rm", paste0(pathwayID, ".xml")), paste0(pathwayID, ".png"))
system(paste("rm", paste0(pathwayID, ".xml"), paste0(pathwayID, ".png")))
## interactive plotting
# ima <- readPNG(outfile)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment