Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions template_analysis/batch_template.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
AP=setPemDropThreshold(AP,5');
% Add autofluorescence back in after removing for compensation?
AP=setUseAutoFluorescence(AP,false');
% By default, analysis tries to fit constitutive to transformed� and non-transformed� components
% If your distribution is more complex or less complex, you can change the number of components
% AP=setNumGaussianComponents(AP,3);

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

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

Expand Down
1 change: 1 addition & 0 deletions template_analysis/plots/placeholder.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A placeholder to make sure the plots directory is here when checked out
3 changes: 0 additions & 3 deletions template_analysis/plusminus_template.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
AP=setPemDropThreshold(AP,5');
% Add autofluorescence back in after removing for compensation?
AP=setUseAutoFluorescence(AP,false');
% By default, analysis tries to fit constitutive to “transformed” and “non-transformed” components
% If your distribution is more complex or less complex, you can change the number of components
% AP=setNumGaussianComponents(AP,3);

% Make a map of the batches of plus/minus comparisons to test
% This analysis supports two variables: a +/- variable and a "tuning" variable
Expand Down
3 changes: 0 additions & 3 deletions template_analysis/transfercurve_template.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
AP=setPemDropThreshold(AP,5');
% Add autofluorescence back in after removing for compensation?
AP=setUseAutoFluorescence(AP,false');
% By default, analysis tries to fit constitutive to “transformed” and “non-transformed” components
% If your distribution is more complex or less complex, you can change the number of components
% AP=setNumGaussianComponents(AP,3);

% Make a map of induction levels to file sets
stem1011 = '../example_assay/LacI-CAGop_';
Expand Down
Binary file modified template_colormodel/CM120312.mat
Binary file not shown.
2 changes: 1 addition & 1 deletion template_colormodel/make_color_model.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
channels{1} = Channel('FITC-A', 488, 515, 20);
channels{1} = setPrintName(channels{1}, 'EYFP'); % Name to print on charts
channels{1} = setLineSpec(channels{1}, 'y'); % Color for lines, when needed
colorfiles{1} = [stem0312 'EYFP_P3.fcs']; % If there is only one channel, the color file is optional
colorfiles{1} = [stem0312 'EYFP_P3.fcs'];

channels{2} = Channel('PE-Tx-Red-YG-A', 561, 610, 20);
channels{2} = setPrintName(channels{2}, 'mKate');
Expand Down
1 change: 1 addition & 0 deletions template_colormodel/plots/placeholder.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A placeholder to make sure the plots directory is here when checked out