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"

ChemmineR documentation built on Feb. 28, 2021, 2:02 a.m.