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

disabled saving of plotdata

parent 089f52cb
No related branches found
No related tags found
No related merge requests found
......@@ -444,12 +444,14 @@ plot_pathway <- function(pathwayID, sliceData){
pathwayPlots <- keggPathways %>% llply(function(pathwayID){
pathwayPlots <- keggPathways %>%
# head(3) %>%
llply(function(pathwayID){
plot_pathway(pathwayID, sliceData)
})
save(pathwayPlots, file=".pathwayPlots.RData")
#save(pathwayPlots, file=".pathwayPlots.RData")
# pathwayPlots <- local(get(load(".pathwayPlots.RData")))
......
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