get.connected.atoms {rcdk} | R Documentation |
get.connected.atoms
Description
Get atoms connected to the specified atom
Usage
get.connected.atoms(atom, mol)
Arguments
atom |
The atom object |
mol |
The 'IAtomContainer' object containing the atom |
Details
Returns a 'list“ of atoms that are connected to the specified atom.
Value
A 'list' containing 'IAtom' objects, representing the atoms directly connected to the specified atom
Author(s)
Rajarshi Guha (rajarshi.guha@gmail.com)
[Package rcdk version 3.8.1 Index]