diff --git a/README.md b/README.md index 87aff75424dda4bbef57863f6bd8a5b4fa42bcce..f8c05f3f19d1878fff2ac0ed69733e562b95a19b 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)