Closed jamesrco closed 8 years ago
When I run it I get it as positive. So perhaps this is a bug that was already fixed. Please run:
library(mzR)
library(xcms)
sessionInfo()
I have xcms_1.45.6 and mzR_2.3.2.
That must have been it. I was a few xcms versions behind. Updated to latest; works like it should. Thanks!
Hi all,
I am reading in a centroided mzXML file from an Orbitrap instrument using
where
mzXMLfiles[1]
is this file: https://github.com/vanmooylipidomics/LOBSTAHS/blob/master/Pt_H2O2_mzXML_ms1_pos/0_uM_H2O2/0uM_24h_Orbi_0468.mzXMLThis is a file containing only positive-mode scans, created using MSConvert. I can verify that it contains centroided, (only) positive mode scans by opening the file in a text reader. In all scans, the value for polarity looks like the first scan, here:
However, when I run:
I see:
I am concerned whatever function is reading in the file is looking for 0, 1, or -1 to determine polarity, when either Thermo or MSConvert is using + and - in the files that I am working with.
Or, is there a solution I am missing?
Thanks in advance, really appreciate how responsive the xcms team is.
Jamie Collins