fptype: fptype

Description Usage Arguments Value Author(s) Examples

Description

Returns the type label of this fingerprint

Usage

1
fptype(x)

Arguments

x

Either an FP or an FPset object.

Value

The type label of this fingerprint.

Author(s)

Kevin Horan

Examples

1
2
	fp = new("FP",fp=c(1,0,1,1, 0,0,1,0),type="testFP")
	type = fptype(fp) # == "testFP"

girke-lab/ChemmineR-release documentation built on May 17, 2019, 5:26 a.m.