Description Usage Arguments Value
Creates QSAR datasets.
1 2 | createQSARDatasets(.connection, .targets, .molrepresentation, .response,
.nrow_min = NULL, .nrow_max = NULL)
|
.connection |
a database connection created using |
.targets |
a |
.molrepresentation |
a |
.response |
name of the response variable (character). |
.nrow_min |
min number of molecules per dataset (numeric). Default: NULL. |
.nrow_max |
max number of molecules per dataset (numeric). Default: NULL. |
A QSARDatasets
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.