The problem is highlighted yellow. Trying to run MSMS data file in XCMS. It worked well for the tutorial data and full scan data but did not work for MSMS data. Help please. Problem highlighted in yellow
> list.files()
[1] "Glycolipids.sld"
[2] "lipid info.xlsx"
[3] "Paci772MSMS.RAW"
[4] "PCFullScanPosIon.RAW"
[5] "PCmw784MSMS.RAW"
[6] "PEinWeltiPosIonFullScan.RAW"
[7] "PEmw718MSMS.RAW"
[8] "PEmw740MSMS.RAW"
[9] "PEmw762MSMS.RAW"
[10] "PGWeltiPosIon.RAW"
[11] "PSmw762MSMS.RAW"
[12] "PSmw784MSMS.RAW"
[13] "PSWeltiPosIon.RAW"
[14] "targeted_positive_lipid1_20121114_Lipid_1_A1_1.mzML"
> library(xcms)
> mzdatafiles <- list.files(pattern="targeted_positive_lipid1_20121114_Lipid_1_A1_1.mzML", recursive = TRUE, full.names = TRUE)
> xraw <- xcmsRaw(mzdatafiles[14], includeMSn = TRUE)
Error in .local(object, ...) : xcmsSource: file not found: NA
Suggestions will be highly appreciated. Naive to the computer world. :)