readMSP: readMSP

Description Usage Arguments Value Author(s) Examples

Description

read MSP spectra files

Usage

1
readMSP(file, mode = c("standard", "all"))

Arguments

file

the file name

mode

standard: extract name, mz and RT from the file, which fit for MSP data exported from QI software; all: extract all information in the file

Value

A list object. info: MS1 information, including ms1, rt etc.; spec: the MS/MS spectrum

Author(s)

Zhiwei Zhou zhouzw@sioc.ac.cn

Examples

1
test <- readMSP(file = 'F:/01 MetIMMS/00 data processing/190515 external validation msms data extraction/zhumetlib_validation_pos_20v_190520.msp', mode = 'all')

JustinZZW/ImmsTools documentation built on July 9, 2019, 9:32 a.m.