From 5455c52f2815818074210c1770cf2a964983eeea Mon Sep 17 00:00:00 2001
From: Robert Fillinger <fillinger.22@osu.edu>
Date: Tue, 4 Aug 2020 20:18:13 -0400
Subject: [PATCH] Just making sure

---
 README.md | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 87aff75..f8c05f3 100644
--- a/README.md
+++ b/README.md
@@ -17,13 +17,9 @@ First things first:
 
 	* I also had it combine all the scores. That just made things a lot easier. 
 
-2. Add normalized scores in different combinations.
-	* Adhesion, filamentation, and invasion scores need to be summed together in all combinations of pairs and once all together for *each* condition. 
-	* There are 6 conditions (3 different media and 2 temperatures, which don't match across the biofilm assays).
-
-	Using the `cor.test()` function described by [STHDA](http://www.sthda.com/english/wiki/correlation-test-between-two-variables-in-r)
-
-3. Correlate all the normalized sum scores with biofilm.  
+	
+2. Correlate all the normalized sum scores with biofilm.  
 	* I need a table for these that include the information on what scores are included in the composite scores, the media, and the temperature, as well as the correlation metrics. 
 
+	* `additive_correlator.R` Using the `cor.test()` function described by [STHDA](http://www.sthda.com/english/wiki/correlation-test-between-two-variables-in-r)
 
-- 
GitLab