linefunc: Functions to parse lines from fingerprint files

Description Usage Arguments Value Author(s)

Description

These functions take a single line and parses it to produce a vector of integers which represents the position of the 'on' bits in a fingerprint. This allows the user to use read.fp with arbitrary fingerprint files. A new file format can be handled by defining a new line parser function. Currently the three functions process fingerprint files obtained from the CDK (http://cdk.sourceforge.net), MOE (http://chemcomp.com) and BCI (http://www.digitalchemistry.co.uk/)

Usage

1
2
3

Arguments

line

The line to parse

Value

A vector of integers representing 'on' bits

Author(s)

Rajarshi Guha rguha@indiana.edu


fingerprint documentation built on May 2, 2019, 4:10 p.m.