Skip to content
Snippets Groups Projects
Commit 5455c52f authored by Robert Fillinger's avatar Robert Fillinger
Browse files

Just making sure

parent 1213dada
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment