public class MorganNumbersTools extends Object
InChINumbersTools
or CanonicalLabeler
. To determine equivalent classes of atoms please use HuLuIndexTool
or one of the discrete refines available in the 'cdk-group'
module.InChINumbersTools
,
CanonicalLabeler
,
HuLuIndexTool
Constructor and Description |
---|
MorganNumbersTools() |
Modifier and Type | Method and Description |
---|---|
static long[] |
getMorganNumbers(IAtomContainer molecule)
Makes an array containing the morgan numbers of the atoms of
atomContainer.
|
static String[] |
getMorganNumbersWithElementSymbol(IAtomContainer atomContainer)
Makes an array containing the morgan numbers+element symbol of the atoms
of
atomContainer . |
public static long[] getMorganNumbers(IAtomContainer molecule)
molecule
- the molecule to analyse.public static String[] getMorganNumbersWithElementSymbol(IAtomContainer atomContainer)
atomContainer
. This method puts the element symbol before the
morgan number, useful for finding out how many different rests are
connected to an atom.atomContainer
- The atomContainer to analyse.Copyright © 2018. All Rights Reserved.