Add plate well concentrations to output data
This commit is contained in:
@@ -242,6 +242,7 @@ public class Simulator {
|
||||
BigDecimal pairingErrorRateTrunc = new BigDecimal(pairingErrorRate, mc);
|
||||
|
||||
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 betas found: " + betaCount);
|
||||
comments.add("High overlap threshold: " + highThreshold);
|
||||
|
||||
Reference in New Issue
Block a user