Skip to content

Commit 1d4fd10

Browse files
authored
Merge pull request #22 from TASBE/revert-20-tutorial.ltiberio.bug86
Revert "Tutorial.ltiberio.bug86"
2 parents 669fe11 + 40af609 commit 1d4fd10

File tree

7 files changed

+4
-11
lines changed

7 files changed

+4
-11
lines changed

template_analysis/batch_template.m

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
AP=setPemDropThreshold(AP,5');
2020
% Add autofluorescence back in after removing for compensation?
2121
AP=setUseAutoFluorescence(AP,false');
22-
% By default, analysis tries to fit constitutive to transformed and non-transformed components
23-
% If your distribution is more complex or less complex, you can change the number of components
24-
% AP=setNumGaussianComponents(AP,3);
2522

2623
% Make a map of condition names to file sets
2724
stem1011 = '../example_assay/LacI-CAGop_';
@@ -50,7 +47,7 @@
5047
% Make output plots
5148
OS = OutputSettings('LacI-CAGop','','','plots');
5249
OS.FixedInputAxis = [1e4 1e10];
53-
plot_batch_histograms(results,sampleresults,OS,{'b','y','r'},CM);
50+
plot_batch_histograms(results,sampleresults,OS,{'b','y','r'});
5451

5552
save('LacI-CAGop-batch.mat','AP','bins','file_pairs','OS','results','sampleresults');
5653

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
A placeholder to make sure the plots directory is here when checked out

template_analysis/plusminus_template.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
AP=setPemDropThreshold(AP,5');
2424
% Add autofluorescence back in after removing for compensation?
2525
AP=setUseAutoFluorescence(AP,false');
26-
% By default, analysis tries to fit constitutive to “transformed” and “non-transformed” components
27-
% If your distribution is more complex or less complex, you can change the number of components
28-
% AP=setNumGaussianComponents(AP,3);
2926

3027
% Make a map of the batches of plus/minus comparisons to test
3128
% This analysis supports two variables: a +/- variable and a "tuning" variable

template_analysis/transfercurve_template.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
AP=setPemDropThreshold(AP,5');
2626
% Add autofluorescence back in after removing for compensation?
2727
AP=setUseAutoFluorescence(AP,false');
28-
% By default, analysis tries to fit constitutive to “transformed” and “non-transformed” components
29-
% If your distribution is more complex or less complex, you can change the number of components
30-
% AP=setNumGaussianComponents(AP,3);
3128

3229
% Make a map of induction levels to file sets
3330
stem1011 = '../example_assay/LacI-CAGop_';

template_colormodel/CM120312.mat

-28 Bytes
Binary file not shown.

template_colormodel/make_color_model.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
channels{1} = Channel('FITC-A', 488, 515, 20);
2626
channels{1} = setPrintName(channels{1}, 'EYFP'); % Name to print on charts
2727
channels{1} = setLineSpec(channels{1}, 'y'); % Color for lines, when needed
28-
colorfiles{1} = [stem0312 'EYFP_P3.fcs']; % If there is only one channel, the color file is optional
28+
colorfiles{1} = [stem0312 'EYFP_P3.fcs'];
2929

3030
channels{2} = Channel('PE-Tx-Red-YG-A', 561, 610, 20);
3131
channels{2} = setPrintName(channels{2}, 'mKate');
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
A placeholder to make sure the plots directory is here when checked out

0 commit comments

Comments
 (0)