Description Usage Arguments Details Value Author(s) Examples
Convert msp data frame into object of MSP
-class
1 | convertMSP2MSP(msp)
|
msp |
|
msp is a data frame of a .MSP file, a typical data file for
MS/MS libraries. The data frame has two columns and contains in the first
column the entries "NAME:",
"PRECURSORMZ:" (or "EXACTMASS:"), "Num Peaks:" and information on fragments and
peak areas/intensities. It may additionally contain row entries:
convertMSP2MSP
will try to find the row entries "RETENTIONTIME:",
"ADDUCTIONNAME:" (or "PRECURSORTYPE:"), "CLASS:" and "INFORMATION:" and
extract the respective information in the second column.
convertMSP2MSP
returns an object of class MSP
.
Thomas Naake, thomasnaake@googlemail.com
1 2 | data("convertMSP2MSP", package = "MetCirc")
convertMSP2MSP(msp = msp2msp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.