Description Usage Arguments Value Author(s) See Also Examples
In general, fingerprint data is read from a file or obtained via calls to an external generator and the return value is a list of fingerprints. This function takes the list and returns a matrix having number of rows equal to the number of fingerprints and the number of columns equal to the length of the fingerprint. Each element is 1 or 0 (1's being specified by the positions in each fingerprint vector)
1 | fp.to.matrix(fplist)
|
fplist |
A list structure with each element being an object of class
|
A matrix with dimensions equal to length(fplist), bit length)
where bit length is a property of the fingerprint objects in the list.
Rajarshi Guha rguha@indiana.edu
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.