-
Notifications
You must be signed in to change notification settings - Fork 50
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
MSnbase data processing problem #597
Comments
Could you please describe what the problem is. You should the first lines of the feature Data and the content of an mgf file, that isn't part of the first few elements above. Also, I would suggest you change you pipelines to make use of Spectra and MsBackendMgf. Not further developments will be done in MSnbase. |
Dear @lgatto,
In contrast, the following spectra do not contain the "NAME" column:
After processing this file with
This pattern of misalignment due to variable column presence recurs throughout the file and seems to affect multiple records. Best, |
Thank you for the clarification. There is an issue indeed - The data seem to be parsed correctly with
I'll see what I can do to address this in |
An error is now thrown when headers aren't consistent (version 2.29.1 and 2.28.1):
|
After we used readMGFData function to read our mgf files and get the heads of the data by fData(mgf), there is a mismatch between how the data is processed and the actual data.
The
head(fData(mgf))
gives:However, the actual mgf file has the correct data for PlaSMA ID-73 as:
This mismatch problem happens in multiple mgf data processing. We think it's a problem with how the data was processed by the MSnbase. Thanks.
The text was updated successfully, but these errors were encountered: