From 6090297defba790ffe0661b5d5accfa5c52dfbbb Mon Sep 17 00:00:00 2001 From: changmt Date: Tue, 16 Feb 2016 21:38:34 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21b7228..4b88101 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Command to run hotspot algorithm on genes listed in file genes_of_interest.txt: #####Contents: **[ Required ]** `hotspot_algo.R` - R script to execute hotspot detection algorithm -**[ Required ]** `hotspot_algo.Rdata` - Rdata object with necessary files for algorithm (mutability, expression/germline filters, etc) +**[ Required ]** `hotspot_algo.Rdata` - Rdata object with necessary files for algorithm (mutability, expression filters, etc) **[ Required ]** `funcs.R` - R script of functions necessary for proper execution of hotspot_algo.R