get.isotope.pattern.generator {rcdk} | R Documentation |
Construct an isotope pattern generator.
Description
Constructs an instance of the CDK IsotopePatternGenerator
, with an optional
minimum abundance specified. This object can be used to generate all combinatorial
chemical isotopes given a structure.
Usage
get.isotope.pattern.generator(minAbundance = NULL)
Arguments
minAbundance |
The minimum abundance |
Value
A jobjRef
corresponding to an instance of IsotopePatternGenerator
Author(s)
Miguel Rojas Cherto
References
http://cdk.github.io/cdk/1.5/docs/api/org/openscience/cdk/formula/IsotopePatternGenerator.html
[Package rcdk version 3.8.1 Index]