You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use auc.rawrrChromatogram to calculate area under the curve. However, not all of my peaks are 'clean' and some may have coelution issues. Any suggestions on how to resolve this? I suppose if I am not too worry about coelution then this function will calculate all the areas (all compounds) with the same m/z?
Thanks very much in advance
Florence
The text was updated successfully, but these errors were encountered:
auc.rawrrChromatogram() just iterates over a rawrrChromatogram object. It has no clue about compounds. Whatever you decide to put into the object is integrated. Example XIC for 487.25 m/z with 10 ppm tolerance.
Hello There,
I want to use auc.rawrrChromatogram to calculate area under the curve. However, not all of my peaks are 'clean' and some may have coelution issues. Any suggestions on how to resolve this? I suppose if I am not too worry about coelution then this function will calculate all the areas (all compounds) with the same m/z?
Thanks very much in advance
Florence
The text was updated successfully, but these errors were encountered: