foldCount: foldCount

Description Usage Arguments Value Author(s) Examples

Description

Returns the number of times this fingerprint has been folded.

Usage

1

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

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

girke-lab/ChemmineR-git-svn-bridge documentation built on May 17, 2019, 5:25 a.m.