From 62d35c7e3b9ab7a93187c622e011ae8ea67f88a7 Mon Sep 17 00:00:00 2001 From: "Zhang, Dabao" Date: Fri, 20 May 2022 15:09:31 -0400 Subject: [PATCH] Update circular.R --- script/netvis/circular.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/netvis/circular.R b/script/netvis/circular.R index c82d977..ea32506 100644 --- a/script/netvis/circular.R +++ b/script/netvis/circular.R @@ -1,6 +1,6 @@ # The function takes info information and output # din, dout, source_bed, target_bed -cat("loading result for circular plot ...\n") +cat("Loading results for circular plot...\n") info <- din <- dout <- source_bed <- target_bed <- NULL