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
but what about other vendors/instruments ? Seems Bruker TIMS Data converted by msconvert uses inverse reduced ion mobility.
=> Should that go into the same header column ? Then users will have to know what actual value that column contains.
=> New column, potentially bloating our headers ?
Yours,
Steffen
The text was updated successfully, but these errors were encountered:
Good questions. I would maybe add a separate header column? it's true that we start to get pretty large header data.frames, but IMHO it would be bad to put it into the same column if we don't know that the values are equivalent (and have the exact same meaning).
Note that we have also the MsBackendTimsTof that supports direct import of data from the vendor files.
Hi, as pointed out by @RogerGinBer in #275, there are a number of ways how ion mobility can be measured and included in mzML data. One is a scan attribute, where the ion mobility stuff is (hopefully) all below
ion mobility attribute
:https://www.ebi.ac.uk/ols/ontologies/ms/terms?iri=http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FMS_1002892&lang=en&viewMode=All&siblings=false
We currently add
ion mobility drift time
if present:mzR/src/RcppPwiz.cpp
Line 247 in 48029f2
but what about other vendors/instruments ? Seems Bruker TIMS Data converted by
msconvert
usesinverse reduced ion mobility
.=> Should that go into the same header column ? Then users will have to know what actual value that column contains.
=> New column, potentially bloating our headers ?
Yours,
Steffen
The text was updated successfully, but these errors were encountered: