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

Prepare test data sets #3

Open
wolski opened this issue Sep 4, 2017 · 3 comments
Open

Prepare test data sets #3

wolski opened this issue Sep 4, 2017 · 3 comments

Comments

@wolski
Copy link
Member

wolski commented Sep 4, 2017

Formats: raw, mzXML, mgf, dta, Rdata, DeisotoperJSON.

  • Where do we store this data sets - r21 (CP)?
  • We need peak picked data (no profile data).
  • About 3 Hela data sets
    • in full size (approx 30.000 spectra)
    • an example subsets of about 10 spectra.
    • formats needed, raw, mgf, mzML (definitely an input working with MS-DConv).
  • Finalize the MassSpectrumDTO and the MassSpectrometryMeasurementDTO
@cpanse
Copy link
Collaborator

cpanse commented Sep 4, 2017

Can we use that data here: http://fgcz-ms.uzh.ch/~cpanse/R257544/ ?

@cpanse
Copy link
Collaborator

cpanse commented Sep 5, 2017

  • replace package mzXML file
  • generated using msconvert GUI
  • note, command line parameter don't seem to perform right

virtualbox_windows10 fgcz_05_09_2017_10_14_54

library(deisotoper)

mzXMLfilename <- system.file("extdata",
           name='20161010_04_TP_HeLa_200ng.mzXML', package = "deisotoper")
           
S <- as.psmSet.mzXML(openMSfile(mzXMLfilename))

plot(S[[1]]$mZ , S[[1]]$intensity, type='h', xlim=c(440,462))

@cpanse cpanse closed this as completed Sep 5, 2017
@cpanse cpanse reopened this Sep 5, 2017
@LucasSchmidt97
Copy link
Collaborator

We need more test data:

  • mgf (or RData)
  • This special cases/data, where Witold meant, that there would be much more isotopic clusters/isotopic sets and/or the scores should have more influence

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

No branches or pull requests

3 participants