fptype: fptype

fptypeR Documentation

fptype

Description

Returns the type label of this fingerprint

Usage

fptype(x)

Arguments

x

Either an FP or an FPset object.

Value

The type label of this fingerprint.

Author(s)

Kevin Horan

Examples


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

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