foldCount: foldCount

foldCountR Documentation

foldCount

Description

Returns the number of times this fingerprint has been folded.

Usage

foldCount(x)

Arguments

x

Either an FP or an FPset object.

Value

Returns the number of times this fingerprint has been folded.

Author(s)

Kevin Horan

Examples

	fp = new("FP",fp=c(1,0,1,1, 0,0,1,0))
	foldedFp=fold(fp)
	fc = foldCount(foldedFp) # == 1

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