From 00219ed68e3c5903e9b5b68409d96835de6943af Mon Sep 17 00:00:00 2001 From: Rachel Finck Date: Thu, 31 Jul 2014 15:18:38 -0700 Subject: [PATCH] Changing wording of baseline normalization option. --- normalize_folder.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/normalize_folder.m b/normalize_folder.m index 26b3d0f..7c67905 100644 --- a/normalize_folder.m +++ b/normalize_folder.m @@ -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