msresample error message: The MZ vector is not evenly nor linearly spaced.
Mostrar comentarios más antiguos
I am this error while trying to msresample a Orbi MS spectrum:
Error using msdroppedsamples (line 61) The MZ vector is not evenly nor linearly spaced.
Error in msresample (line 215) [X,Y] = msdroppedsamples(X,Y);
I know that my MZ vector is not linear and has also a lot of O intensities, that is why I want to resample it, but I dont know excatly which parameters I need to adjust, I used this: [MZH,YH] = msresample(MZ, Y, 100000,'RANGE',[150 1200], 'Uniform', false, 'Missing', true, 'showplot', true)
Thanks
2 comentarios
Oleg Komarov
el 3 de Ag. de 2012
You didnt's give us the fundamental info. What code are you using and what is your input.
As the error says, you should have linearly spaced input.
Aurelie
el 3 de Ag. de 2012
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Genomics and Next Generation Sequencing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!