Skip to content

Commit f9505fc

Browse files
author
jakebeal
committed
added the example for comparison, basing on Highs for better debugging
1 parent 764efdb commit f9505fc

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

template_analysis/plusminus_template.m

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,19 @@
2929
% AP=setNumGaussianComponents(AP,3);
3030

3131
% Make a map of the batches comparisons to test, add in a list of batch
32-
% names (i.e. {'+', '-'}) to signify possible sets.
32+
% names (e.g., {'+', '-'}) to signify possible sets.
3333
% This analysis supports two variables: a +/- variable and a "tuning" variable
3434
stem1011 = '../example_assay/LacI-CAGop_';
3535
batch_description = {...
36-
{'Lows';'BaseDox';{'+', '-'};
36+
{'Lows';'BaseDox';{'+', '-', 'control'};
3737
% First set is the matching "plus" conditions
38-
{0.1, {[stem1011 'B9_B09_P3.fcs']}; % Replicates go here, e.g., {[rep1], [rep2], [rep3]}
39-
0.2, {[stem1011 'B10_B10_P3.fcs']}};
38+
{0.1, {[stem1011 'C3_C03_P3.fcs']}; % Replicates go here, e.g., {[rep1], [rep2], [rep3]}
39+
0.2, {[stem1011 'C4_C04_P3.fcs']}};
4040
% Second set is the matching "minus" conditions
4141
{0.1, {[stem1011 'B3_B03_P3.fcs']};
42-
0.2, {[stem1011 'B4_B04_P3.fcs']}}};
42+
0.2, {[stem1011 'B4_B04_P3.fcs']}};
43+
{0.1, {[stem1011 'B9_B09_P3.fcs']}; % Replicates go here, e.g., {[rep1], [rep2], [rep3]}
44+
0.2, {[stem1011 'B10_B10_P3.fcs']}}};
4345
{'Highs';'BaseDox';{'+', '-'};
4446
{10, {[stem1011 'C3_C03_P3.fcs']};
4547
20, {[stem1011 'C4_C04_P3.fcs']}};

0 commit comments

Comments
 (0)