Skip to content

Commit 437ec6c

Browse files
author
jakebeal
committed
fix errors in comments of color model template
1 parent 5523b3d commit 437ec6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template_colormodel/make_color_model.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
% Autodetect gating with an N-dimensional gaussian-mixture-model
1010
% Adjust gating values if needed. The most common adjustments are below:
1111
% Channels to be used:
12-
%TASBEConfig.set('gating.channelNames') = {'FSC-A','SSC-A','FSC-H','FSC-W','SSC-H','SSC-W'};
12+
% TASBEConfig.set('gating.channelNames',{'FSC-A','SSC-A','FSC-H','FSC-W','SSC-H','SSC-W'});
1313
% Typically two components: one tight single-cell component, one diffuse
1414
% non-cell or clump component. More complex distributions may need more.
15-
%TASBEConfig.set('gating.kComponents') = 2;
16-
%TASBEConfig.set('gating.selectedComponents') = [1];
15+
%TASBEConfig.set('gating.kComponents',2);
16+
%TASBEConfig.set('gating.selectedComponents',[1]);
1717
autogate = GMMGating(blankfile);
1818

1919
% Create one channel / colorfile pair for each color

0 commit comments

Comments
 (0)