Skip to content

Commit

Permalink
fix errors in comments of color model template
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebeal committed May 6, 2019
1 parent 5523b3d commit 437ec6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template_colormodel/make_color_model.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
% Autodetect gating with an N-dimensional gaussian-mixture-model
% Adjust gating values if needed. The most common adjustments are below:
% Channels to be used:
%TASBEConfig.set('gating.channelNames') = {'FSC-A','SSC-A','FSC-H','FSC-W','SSC-H','SSC-W'};
% TASBEConfig.set('gating.channelNames',{'FSC-A','SSC-A','FSC-H','FSC-W','SSC-H','SSC-W'});
% Typically two components: one tight single-cell component, one diffuse
% non-cell or clump component. More complex distributions may need more.
%TASBEConfig.set('gating.kComponents') = 2;
%TASBEConfig.set('gating.selectedComponents') = [1];
%TASBEConfig.set('gating.kComponents',2);
%TASBEConfig.set('gating.selectedComponents',[1]);
autogate = GMMGating(blankfile);

% Create one channel / colorfile pair for each color
Expand Down

0 comments on commit 437ec6c

Please sign in to comment.