readMsp | R Documentation |
Title This function is come form R package named "metaMS". The original name of this function is "read.msp" Beacuse of this function have bug when reading msp files with some complicated compound name. So I changed it to fit my objective. Function reads an msp file, and returns one list of compounds. Argument only.org allow to exclude all molecular formulas with non-organic elements. What exactly are organic elements can be defined with the optional argument org.set. A second optional argument indicates which fields should never be converted into numbers, even if possible.
readMsp(
file,
only.org = FALSE,
org.set = c("C", "H", "D", "N", "O", "P", "S"),
noNumbers = NULL
)
file, |
the msp file |
only.org |
FALSE |
org.set |
c("C", "H", "D", "N", "O", "P", "S") |
noNumbers |
NULL |
mspData
This function is come form R package named "metaMS". The original name of this function is "read.msp"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.