Description Usage Arguments Value Source
metFrag command line function for localSDF files
1 2 3 4 |
massSpectrum |
data.frame composite spectrum consisting of two columns mass and intensity. | |||||||||
precMass |
numeric the MS1 m/z (precursor mass). | |||||||||
compSpecName |
character name of composite spectrum for directory and file naming. | |||||||||
dbEntryTable |
data.frame with the requisite information for the SDFtmp localSDF database consisting of at least 4 columns named 1. 'WebAddress', 2. 'DBid', 3. 'DBname', 4. 'SMILES'. | |||||||||
metFragJar |
character full path to metFragCL.jar file (extdata in compMS2Miner package). | |||||||||
SDFtmp |
an "SDFset" class object of SDF file for the localSDF database search of metFragCL. | |||||||||
keepTempFiles |
logical default = FALSE, sdf, mf and results files will be created as temporary files otherwise if TRUE files will be retained in named subdirectories (see details). | |||||||||
mode |
character ionization polarity (either 'pos' or 'neg'). | |||||||||
frag_mzabs |
numeric delta predicted-observed fragment mass accuracy for matching. | |||||||||
esiList |
named numeric vector of electrospray type numbers for metFrag params file. e.g. positive mode
| |||||||||
maxTreeDepth |
numeric fragments of fragments? (default = 1 i.e. only direct daughter ions of the structure will be considered). Setting the tree depth to higher values may cause the metFragCL to take longer. |
if MetFrag2.3-CL.jar process completed then a data.frame containing any fragments matched to the composite mass spectra are returned. MetFragPreProcessingCandidateFilter = UnconnectedCompoundFilter
http://c-ruttkies.github.io/MetFrag/projects/metfragcl/ developed based on the command line .jar file (MetFrag2.3-CL.jar) downloaded on 2016/07/12
MetFrag relaunched: incorporating strategies beyond in silico fragmentation: C Ruttkies, E L Schymanski, S Wolf, J Hollender, S Neumann Journal of Cheminformatics 2016 8:3
In silico fragmentation for computer assisted identification of metabolite mass spectra: S Wolf, S Schmidt, M Müller-Hannemann, S Neumann BMC bioinformatics 11 (1), 148
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.