Skip to main content

Topics

This section allows you to view all Topics made by this member. Note that you can only see Topics made in areas you currently have access to.

Topics - lindahernandez

1
R / XCMS in R
Hello,

I'm new using LCMS to identify venom profiles. I'm trying to visualize and analyze data in R using XCMS. I have tried  with this code to read rawdata
cdffiles <-list.files("~/LCMS/cdf/Dave", recursive=T, full=T)
xrms<-readMSData(cdffiles, mode = "onDisk", centroid= TRUE)

but I have got this error
No MS 1 data present.

Then when I tried this code to create xcmsSet object, I received a similar error
Error in readRawData(fileName(object), includeMSn = includeMSn) :
  No MS1 data found in file C:/Users/jc554411/Documents/LCMS/cdf/Dave/A13.mzXML!

I export the data from the LCMS 2020 SHIDMAZU.

Can someone help me?

Thanks,

Linda  :)