<< lmata2div Formats conversions Statistics >>

fact >> Formats conversions > mz_hdf5tosci

mz_hdf5tosci

import in Scilab of a HDF5-format file obtained by MSconvert from a raw-format mass spectrum

Calling sequence

x = mz_hdf5tosci(hdf5_file)

Arguments

hdf5_file:

a HDF5-file obtained by MSconvert from a raw-file

xdata:

a scilab structure with two fields:

- xdata.tim contains the retention times;

- xdata.mzdata is a list of length the number of retention times; each element is a matrix of two columns: the m/z and the signals.

Examples

[xdata]=mz_hdf5tosci('myfile.h5')

Authors


Report an issue
<< lmata2div Formats conversions Statistics >>