Learn R Programming

ChemmineR (version 2.24.2)

foldCount: 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.

Examples

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

Run the code above in your browser using DataLab