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

cosmetics

parent b09ad65b
No related branches found
No related tags found
No related merge requests found
...@@ -174,10 +174,7 @@ do({ ...@@ -174,10 +174,7 @@ do({
l_ply(term_barplot_files$file, function(pngFile){ cat(paste0("<img src='", pngFile, "'><br>"))}) l_ply(term_barplot_files$file, function(pngFile){ cat(paste0("<img src='", pngFile, "'><br>"))})
######################################################################################################################## ########################################################################################################################
``` # ' ## Enriched KEGG Pathways
## Enriched KEGG Pathways
```{r eval=nrow(sigEnrResults %>% filter(Category=="KEGG_PATHWAY")) >0} ```{r eval=nrow(sigEnrResults %>% filter(Category=="KEGG_PATHWAY")) >0}
``` ```
...@@ -241,7 +238,7 @@ plot_pathway <- function(pathwayID, overlayData){ ...@@ -241,7 +238,7 @@ plot_pathway <- function(pathwayID, overlayData){
figuresPlotFile <- file.path("figures", outfile) figuresPlotFile <- file.path("figures", outfile)
system(paste("mv", outfile, figuresPlotFile)) 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 ## interactive plotting
# ima <- readPNG(outfile) # ima <- readPNG(outfile)
......
File mode changed from 100644 to 100755
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