:78 Function create_function() is deprecated [8192]

fixing documentation and comments of the compare.R tool

Marcelo Ponce [2019-07-08 07:46:46]
fixing documentation and comments of the compare.R tool
Filename
tools/compare.R
diff --git a/tools/compare.R b/tools/compare.R
index d891a33..6a1fb01 100644
--- a/tools/compare.R
+++ b/tools/compare.R
@@ -3,13 +3,20 @@
 #
 # RACS utilities for comparison with MACS2 results
 #
-# requires "utils_RACS-compare.R" utilties file with fn defns
+#  *********************************************************************
+#  * * *  PLEASE NOTICE THAT THIS TOOL IS STILL UNDER DEVELOPMENT  * * *
+#  *********************************************************************
 #
+# HOW TO USE this script:
 #
+# 1) start by checking that the needed R packages are installed in your system:
+#	Rscript PATHtoRACSrepo/tools/setup.R
 #
-# HOW TO USE this script:
+# 2) launch and R session and load the tool:
+#	source("PATHtoRACSrepo/tools/compare.R")
 #
-# Rscript interGeneRegions.R inputFile refFILE.gff3 outFile
+#    now, several functions should be available for you to use, including some
+#    tests cases; eg.
 #
 #
 ########################################################################
ViewGit