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
Fix for the changes in mzR that add column centroided to the data.frame returned by mzR::header (PR sneumann/mzR#153 in mzR).
Since there is also the parameter centroided. in readMSData I would suggest to use in the default case (i.e. centroided. = NA) the centroiding information reported in the mzML or mzXML, if centroided. = TRUE or FALSE it will overwrite the information read from the raw files.
The text was updated successfully, but these errors were encountered:
Since there is also the parameter centroided. in readMSData I would suggest to use in the default case (i.e. centroided. = NA) the centroiding information reported in the mzML or mzXML, if centroided. = TRUE or FALSE it will overwrite the information read from the raw files.
Yes, excellent idea. There's already a isCentroidedFromFile function that might be useful.
The changes in the sneumann/mzR#153 PR in mzR would make this function obsolete. mzR's pwiz module reads centroiding information directly from the file and returns it in the header (column "centroided").
- Use the centroided information reported by mzR::header in readMSData.
- Ensure that centroiding information is also provided to the writeMSData.
- Fix unit tests and update documentation.
Fix for the changes in
mzR
that add columncentroided
to thedata.frame
returned bymzR::header
(PR sneumann/mzR#153 inmzR
).Since there is also the parameter
centroided.
inreadMSData
I would suggest to use in the default case (i.e.centroided. = NA
) the centroiding information reported in themzML
ormzXML
, ifcentroided. = TRUE
orFALSE
it will overwrite the information read from the raw files.The text was updated successfully, but these errors were encountered: