From 35d580cfcfbfedb0af1175b4e57d180fb802dd02 Mon Sep 17 00:00:00 2001 From: efischer Date: Thu, 24 Feb 2022 15:45:03 -0600 Subject: [PATCH] Update readme to reflect wells with random population implemented --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7dcd3f4..ce870f4 100644 --- a/readme.md +++ b/readme.md @@ -260,7 +260,7 @@ slightly less time than the simulation itself. Real elapsed time from start to f * ~~Apache Commons CSV library writes entries a row at a time~~ * _Got this working, but at the cost of a profoundly strange bug in graph occupancy filtering. Have reverted the repo until I can figure out what caused that. Given how easily Thingiverse transposes CSV matrices in R, might not even be worth fixing._ * Re-implement command line arguments, to enable scripting and statistical simulation studies -* Implement sample plates with random numbers of T cells per well. +* ~~Implement sample plates with random numbers of T cells per well.~~ DONE * Possible BiGpairSEQ advantage over pairSEQ: BiGpairSEQ is resilient to variations in well population sizes on a sample plate; pairSEQ is not. * preliminary data suggests that BiGpairSEQ behaves roughly as though the whole plate had whatever the *average* well concentration is, but that's still speculative. * Enable GraphML output in addition to serialized object binaries, for data portability