Question: I wants to add spectral information to a blob table, e.g., adding "m/z and intensity, m/z and intensity, ..." for the top 10 fragment ions in each blob.
Answer: You can put the spectral information in multiple columns by adding the following CLIC columns to the blob table:
MASSRANK(1), INTENSITY(MASSRANK(1)), MASSRANK(2), INTENSITY(MASSRANK(2)), ...
, up to the number of ions that you want listed.
How to show the top 10 ion peaks for each blob in Blob Table
-
- Posts: 236
- Joined: October 7th, 2011, 10:16 am