-
Notifications
You must be signed in to change notification settings - Fork 0
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
Ionmaps not aggregated #69
Comments
What is the z-dimension in a conventional RT/mz-map? I think we just replicated some R-code that Stefan gave us |
The z-dimension is the intensity. As this is arbitrary, it is not really fixed. |
aaah I see yes, that makes sense. I will look into that |
Yes, something like that. But these are only the mz/RT points for each MS2 event, or what does it depict? |
Ok, I will look into that with @Luxxii , because currently not all information needed is exported for MS1 |
Well, basically you just need to go through each MS1 and plot the values as a segment in the RT range and put all these together. That's all the information needed. |
The former plots just count how many MS2 were measured in a specific m/z and RT window. So it doesn't use the intensity. Yes, we would need to export the MS1 information in the result table then, because at the end I only have this table and not the intermediate files (and I think we should leave it like this because in the future I could then plot older runs by pulling the data from the database). |
Ah, ok, I thought these plots were the plots I described, as I only knew them under the name ionmap. |
Ok, I see, I will ask Stefan for a better name (because he suggested it based on an R script) |
This would be an example with the current values we have in the data (ms1_map_rt_array, ms1_map_mz_array, ms1_map_intens_array). I reduce the datapoints to 1Mio, otherwise the plot takes ages to generate (the example QExHF file has around 16Mio data points). This is also not interactive, I would save them as pngs then. Does this look okay? Any suggestions for improvement? |
I added these plots in commit 19e7bb8 |
Would it not be more useful to have the "ion maps" more like conventional RT - m/z maps, instead of the density graphs?
I assume, the common user would be more used to these.
The text was updated successfully, but these errors were encountered: