-
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
No filename when adding id data #39
Comments
The code accommodate such cases has been written, the real issue might lie somewhere else. The bug report comes from a user that uses X!TANDEM, that uses |
I think this could works , with iTRAQ 4 Its the default input.xml file, for xtandem 2014-10-17 10:49 GMT+02:00 Laurent Gatto notifications@github.com:
|
According to the mzIdentML specification there must be a
@lgatto Did you already push these changes? |
Just pushed now. The issue is not |
Hi, From reading the thread, it seems that you have fixed this issue? I am still receiving this error message. My raw data input files were mzXML (converted from .raw to mzXML) using proteowizard and the mzIdent files were generated from Mascot. Any suggestions on how to get past this error? Here is my code: files=dir("/Users/kasojimd/Projects/ccrifx-541/Raw2mzXML",full.names=T,patter="mzXML") rawdata=readMSData(files) identFile=list.files(pattern=".mzid$") msexp <- addIdentificationData(rawdata, filenames = identFile, verbose = FALSE) Any suggestions will be appreciated! Thanks! |
Please do not cross-post. See your post on the Bioc support site for an answer. |
When loading
mzid
files that do not return the id filename as part of the data.frame column,addIdentificationData
throws the following error viautils.addSingleIdentificationDataFile
:See https://groups.google.com/forum/#!topic/rbioc-sig-proteomics/na-dMumFgAU
There should be another or a second mechanism to handle this situations.
The text was updated successfully, but these errors were encountered: