Page 1 of 1

How to show the top 10 ion peaks for each blob in Blob Table

Posted: August 9th, 2013, 4:51 pm
by qtao
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.