powered by
Write MSP files for NIST search
writeMSP(mz, outfilename = "unknown")
a intensity vector, who name is the mass in m/z
the name of the MSP file, default is 'unknown'
none a MSP file will be created at the subfolder working dictionary with name 'MSP'
# NOT RUN { mz <- c(10000,20000,10000,30000,5000) names(mz) <- c(101,143,189,221,234) writeMSP(mz,'test') # }
Run the code above in your browser using DataLab