Normalization isn't working

Provide an easy to use application for the analysis of Capillary Data.
POST REPLY
User avatar
Katrina Simmons
Posts: 3
Joined: Tue Aug 19, 2008 12:45 pm

Normalization isn't working

Post by Katrina Simmons » Mon Sep 22, 2008 12:35 pm

If you find that when you go to normalize your data that you keep getting no
results and see the following errors (as seen below), you must re-filter your
data changing the length of filter area. For example, you filter your data
from 20 to 380 and are unable to obtain any data when normalizing. Go back
through and filter the data from 20 to 360. Once you have changed the filtered
area, you should be able to normalize the data. If the problem is not corrected,
please feel free to contact me or Alain Laederach.




??? Error using ==> plot
Vectors must be the same lengths.

Error in ==> Reference_Selection>print_data at 160
plot(DNA_pos,dat_mat_norm_min);

Error in ==> Reference_Selection>popupmenu1_Callback at 94
print_data(handles.dat_mat_norm,handles.all_CAFA_dat_struct,handles.num_select,h
andles.sensitivity);

Error in ==> gui_mainfcn at 96
feval(varargin{:});

Error in ==> Reference_Selection at 42
gui_mainfcn(gui_State, varargin{:});

??? Error while evaluating uicontrol Callback

POST REPLY