cfm_parse_spec: Parse CFM precomputed spectra to R objects

Description Usage Arguments Value

View source: R/cfm-parse.R

Description

Returns a Spectrum2 object if return_annotation = F and a tibble with columns (mz,intensity,data) if return_annotation = T. The data column contains the predicted intensity at three energies and the SMILES string for the peak annotation.

Usage

1
cfm_parse_spec(spec, return_annotation = T)

Arguments

spec

Result from CFM precompute

return_annotation

T/F should annotation be returned

Value

the predicted mass spectrum


gjgetzinger/cfmR documentation built on May 11, 2020, 1 p.m.