getBondAttr: getBondAttr

getBondAttrR Documentation

getBondAttr

Description

On V3000 formatted compounds, returns the value of the given tag on the given bond number.

Usage

getBondAttr(x,bondId,tag)

Arguments

x

An SDFset of ExtSDF objects. ExtSDF objects are created with read.SDFset with extendedAttributes=TRUE when reading V3000 sdf files.

bondId

The index of the bond to fetch the tag value from.

tag

The name of the tag to fetch the value of on the given bond.

Value

The value of the given tag on the given bond.

Author(s)

Kevin Horan

Examples

	## Not run: 
		getBondAttr(v3Sdfs,10,"CFG")
	
## End(Not run)

girke-lab/ChemmineR documentation built on July 28, 2023, 10:36 a.m.