Description Usage Arguments Details Value Author(s) Examples
Calculates the Descriptor that Evaluates the Ionization Potential
1 | extrDrugIPMolecularLearning(molecules, silent = TRUE)
|
molecules |
Parsed molucule object. |
silent |
Logical. Whether the calculating process
should be shown or not, default is |
Calculate the ionization potential of a molecule. The descriptor assumes that explicit hydrogens have been added to the molecules.
A data frame, each row represents one of the molecules,
each column represents one feature.
This function returns one column named MolIP
.
Min-feng Zhu <wind2zhu@163.com>, Nan Xiao <http://r2s.name>
1 2 3 4 | smi = system.file('vignettedata/test.smi', package = 'BioMedR')
mol = readMolFromSmi(smi, type = 'mol')
dat = extrDrugIPMolecularLearning(mol)
head(dat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.