Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/703-readMolFromSDF.R
Read Molecules from SDF Files and Return Parsed Java Molecular Object
1 | readMolFromSDF(sdffile)
|
sdffile |
Character vector, containing SDF file location(s). |
This function reads molecules from SDF files and return
parsed Java molecular object needed by extrDrug...
functions.
A list, containing parsed Java molecular object.
Min-feng Zhu <wind2zhu@163.com>, Nan Xiao <http://r2s.name>
See readMolFromSmi
for reading molecules by SMILES
string and returning parsed Java molecular object.
1 2 3 | mol = readMolFromSDF(system.file('compseq/DB00859.sdf', package = 'BioMedR'))
mols = readMolFromSDF(c(system.file('compseq/DB00859.sdf', package = 'BioMedR'),
system.file('compseq/DB00860.sdf', package = 'BioMedR')))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.