-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions about the intensity/density of the peak #2
Comments
Hi, and I have another question. In the plot, the y-axis is "PSM density" and in the output file, there is one column called "intensity." From the value, I guess they are the same thing. I'd like to double check with you is it the intensity of the mass spectrum?. Is it possible that, in some conditions, two PSM maybe have same delta mass. What the software will do in this condition, will it calculate the average or sum or the biggest intensity then draw the graph? |
|
Thank you for the reply. But, I still have two questions. First, does the "frequency" means the number of PSM? It looks little inconsistent in my data. In the DeltaMass output, the density of the peak of 16.99 is around 350K, however, the number of PSM which has delta mass between [16.9,17.1) is less than 60K in my data. I attached the screen cut here. Other peaks have similar problems. Second, in the output table, the intensity is decimals, such as 351732.6621, but not integers. Why the frequency is not integers. Do you do some normalization? Thank you so much |
@Cheng111 That's why I said "roughly translates". Peak height is proportional to the number of PSMs, but it's not the number of PSMs, it is the Another way to think about it is the following: let's say I give you a specific number Let's use your example screenshot displaying mass shifts from 16.90 to 17.35. The main peak spans roughly from 16.95 to 17.05, so the |
Thank you so much for the detailed reply. It's very clearly and useful. |
Hi, could you also briefly explain how you calculate the quality and score of the delta mass peak? Is there a general critical value which is used to control the quality of the detected peak or it depends on the input data? Thank you so much |
Quality values are determined by the input data, the absolute value of quality makes no sense, it's a reflection of how "pointy" and "well defined" a peak is. If it's a wide shallow peak, or like a small hump sitting on the side of another peak quality is lower, if it's a standalone narrow well defined peak - quality is higher. Score is just quality multiplied by intensity, it's just used to rank the peaks in the output list. If you sort the peaks by score you'll likely notice that peaks at the top of the list have matching annotations from unimod, while peaks at the bottom normally don't. |
Hi, in the Readme page, you mentioned the GUI file OpenSeachKDE.jar. However, I didn't find it in the releases page. Where can I find it? Thank you so much.
The text was updated successfully, but these errors were encountered: