Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.mzData.xml files from Agilent parsing #294

Open
flomehl opened this issue Apr 22, 2024 · 2 comments
Open

.mzData.xml files from Agilent parsing #294

flomehl opened this issue Apr 22, 2024 · 2 comments

Comments

@flomehl
Copy link

flomehl commented Apr 22, 2024

Hi,
I wish to parse .mzData.xml files from Agilent to extract a RT x m/z matrix, I've correctly installed the mzR package but I obtain this issue: Error in .mzRBackendFromContent(x) :
Could not determine file type for mZdata/120_copy.mzData.xml
Do you by chance have an idea about where this issue could come?
thanks a lot,
Florence

@sneumann
Copy link
Owner

Hi, parsing of mzData files has been removed a while ago in version mzR-2.29.3.
Your two choices are
0) Convert from Agilent to mzML (which is the recommended open data format)

  1. Manually install an older mzR version that still supports mzData (older than 2.29.3)
  2. Use the OpenMS FileConverter tool to convert to the mzData to mzML.
    Yours,
    Steffen

@hechth
Copy link

hechth commented Jul 9, 2024

@sneumann do you think it would be possible to provide the mzData functionality as some form of addon? Or do you know about some other package that can read mzData files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants