-
Notifications
You must be signed in to change notification settings - Fork 80
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
Seeking advices about data importing #717
Comments
It's probably easier to help you if you state what you want to do. |
Thank you for your reply! |
Which vendor ? Yours, Steffen |
thermo QE HFX |
Thermo raw files can be imported/used with the MsBackendRawFileReader. With that you should be able to read MS data from the raw files. See the documentation from the package for more information. With xcms, you need to load the data as an library(xcms)
library(MsExperiment)
library(MsBackendRawFileReader)
mse <- readMsExperiment(fls, source = MsBackendRawFileReader()) where Note that I've never tried it and I don't know how complicated it is to get the MsBackendRawFileReader installed and working. Maybe installing Proteowizard and using its (gui) msconvert functionality to convert raw to mzML might turn out to be easier. |
I need some advice about data importing,It's very important to me.
here is the original text from xcms guidline:
xcms supports analysis of any LC-MS(/MS) data that can be imported with the Spectra package. Such data will typically be provided in (AIA/ANDI) NetCDF, mzXML and mzML format but can, through dedicated extensions to the Spectra package, also be imported from other sources, e.g. also directly from raw data files in manufacturer’s formats.
I wonder if there are any suggestions about
dedicated extensions
. I have searched for a long time, but I have found nothing.I am looking forward to your reply!
The text was updated successfully, but these errors were encountered: