Hello!
I am using the mzml object to read an indexed mzml file and I was wondering whether there is a way to get that information using the python API (which I would be having a hard time finding within the documentation).
Within the actual mzml file it can be found in L20 like this ...
<referenceableParamGroupList count="1">
<referenceableParamGroup id="CommonInstrumentParams">
<cvParam cvRef="MS" accession="MS:1002877" name="Q Exactive HF-X" value=""/>
<cvParam cvRef="MS" accession="MS:1000529" name="instrument serial number" value="Exactive Series slot #6133"/>
</referenceableParamGroup>
</referenceableParamGroupList>
Thanks for the help beforehand!
Kindest wishes,
Sebastian
Hello!
I am using the mzml object to read an indexed mzml file and I was wondering whether there is a way to get that information using the python API (which I would be having a hard time finding within the documentation).
Within the actual mzml file it can be found in L20 like this ...
Thanks for the help beforehand!
Kindest wishes,
Sebastian