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
Added documentation note that OpenMS C++ has a native Mobilogram class
that may not yet be wrapped in pyopenms, and this wrapper uses
MSChromatogram as the underlying representation.
Co-authored-by: timosachsenberg <5803621+timosachsenberg@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -338,7 +338,9 @@ print(df)
338
338
339
339
#### Mobilograms
340
340
341
-
Mobilograms represent the ion mobility dimension, showing intensity vs. drift time for a specific m/z:
341
+
Mobilograms represent the ion mobility dimension, showing intensity vs. drift time for a specific m/z.
342
+
343
+
**Note:** OpenMS C++ has a native `Mobilogram` class that may not yet be wrapped in pyopenms. This wrapper uses `MSChromatogram` as the underlying representation for mobilogram data.
0 commit comments