numBits {ChemmineR}R Documentation

numBits

Description

Returns the number of bits in a fingerprint.

Usage

numBits(x)

Arguments

x

Either an FP or an FPset object.

Value

The number of bits in this fingerprint object.

Author(s)

Kevin Horan

Examples

	fp = new("FP",fp=c(1,0,1,1, 0,0,1,0))
	n = numBits(fp) # == 8

[Package ChemmineR version 3.46.0 Index]