Skip to content

Commit

Permalink
Changing wording of baseline normalization option.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfinck committed Jul 31, 2014
1 parent ce59021 commit 00219ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion normalize_folder.m
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function normalize_folder(varargin)
allbeads=cat(1,bead_data{:});

%set baseline to which we're normalizing
quest=questdlg('Do you want to normalize to saved FCS files of beads?','Normalization Baseline','No','Yes','No');
quest=questdlg('Do you want to normalize to the median level of the current files, or to previously saved FCS file(s) of beads?','Normalization Baseline','Current Files','Saved Files','Current Files');
if strcmp(quest,'Yes')
[oldBead_files,oldBead_dir] = uigetfile({'*.fcs','*.FCS'},'Choose File(s) of Gated Beads','MultiSelect','on');
if oldBead_dir==0
Expand Down

0 comments on commit 00219ed

Please sign in to comment.