Skip to content

General m/z distribution.  #6

Description

@ranabanik

Hello Markus,
It may be difficult for me to explain this as an amateur MSI data analyst. But I will try:

len(np.unique(imze.parser.getspectrum(1)[0])),  \
len(np.unique(imze.parser.getspectrum(10)[0])), \
len(np.unique(imze.parser.getspectrum(10000)[0])), \
len(np.unique(imze.parser.getspectrum(19000)[0])), \
len(np.unique(imze.parser.getspectrum(19818)[0]))

>> (27240, 36755, 23331, 27176, 22426)

len(np.unique(imze.mzValues))

>> 29888

Different spectrum/specID has different numbers of unique m/z values. Though total mzvalues are the same throughout the imze image.

My question is how do I get 2D spatial images for a given or fixed m/z value on different sections/slices of spinal image. According to the data I am working with the m/z values seem to be restricted/ranged within 506~2000 for MALDI-ToF imaging for all slices of the spine.

Thanks a lot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions