Description Usage Arguments Value
View source: R/fingerprint_tools.R
This function takes a set of inchis and calculates for those the desired
set of fingerprints. For a list of valid fingerprint definitions see
get.fingerpint
.
1 2 | calculate_fingerprints_from_inchi(inchi, fp_type = "maccs",
fp_mode = "bit", verbose = FALSE, ...)
|
inchi |
list of strings (1 x n_samples) |
fp_type |
string, fingerprint definition |
fp_mode |
string, which fingerprint type should be returned:
|
verbose |
boolean, should the function be verbose |
... |
parameters passed to the fingerprint calculation function |
list of fingerprint-class
objects for the provided
InChIs. is.null(list[i])
is TRUE
, if the fingerprint for
the corresponding InChI could not be computed.
put an example for counting maccs fingerprints here.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.