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

Ask or learn about how to use the software or troubleshoot problems
Post Reply
qtao
Posts: 209
Joined: October 7th, 2011, 10:16 am

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

Post 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.
Post Reply