Add plate well concentrations to output data

This commit is contained in:
2022-02-20 01:13:22 -06:00
parent 837ef7bfe4
commit 0b28259800
2 changed files with 1 additions and 0 deletions

View File

@@ -242,6 +242,7 @@ public class Simulator {
BigDecimal pairingErrorRateTrunc = new BigDecimal(pairingErrorRate, mc); BigDecimal pairingErrorRateTrunc = new BigDecimal(pairingErrorRate, mc);
List<String> comments = new ArrayList<>(); List<String> comments = new ArrayList<>();
comments.add("T cell counts in sample plate wells: " + Arrays.toString(data.getWellConcentrations()));
comments.add("Total alphas found: " + alphaCount); comments.add("Total alphas found: " + alphaCount);
comments.add("Total betas found: " + betaCount); comments.add("Total betas found: " + betaCount);
comments.add("High overlap threshold: " + highThreshold); comments.add("High overlap threshold: " + highThreshold);