Skip to content

Commit

Permalink
Update sub_summary.R
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdb authored May 20, 2022
1 parent 52faa74 commit bfe877e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/netvis/sub_summary.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cat("loading result for sub-networks ...\n")
cat("Loading result for sub-networks...\n")

vis_g_top <- g_top <- g_top_int <- g_top_e <- nodes <- edges <- enrichment <- NULL

Expand All @@ -14,7 +14,7 @@ if(Sys.getenv("id")==9606){
}else{
tf <- as.matrix(read.table(Sys.getenv("tf")))
}
cat("Trying hard to summarize the results, this process could take a while if you have many subnetworks ... \n")
cat("Summarizing the results, it may take a while if you have many subnetworks...\n")

for(i in 1:ntop){
cat(paste0("Generating results for network ", i, "\n"))
Expand Down

0 comments on commit bfe877e

Please sign in to comment.