Usage
load.molecules(molfiles=NA, aromaticity = TRUE, typing = TRUE, isotopes = TRUE, verbose=FALSE)
iload.molecules(molfile, type="smi", aromaticity = TRUE, typing = TRUE, isotopes = TRUE, skip=TRUE)
Arguments
molfiles
A character
vector of filenames. Note that the full
path to the files should be provided. URL's can also be used as
paths. In such a case, the URL should start with "http://"
molfile
A string containing the filename to load. Must be a local file
type
Indicates whether the input file is SMILES or SDF. Valid values are
"smi" or "sdf"
aromaticity
If TRUE
then aromaticity detection is
performed on all loaded molecules. If this fails for a given
molecule, then the molecule is set to NA in the return list
typing
If TRUE
then atom typing is
performed on all loaded molecules. The assigned types will be CDK
internal types. If this fails for a given
molecule, then the molecule is set to NA in the return list
isotopes
If TRUE
then atoms are configured with isotopic masses
verbose
If TRUE, output (such as file download progress) will
be bountiful
skip
If TRUE
, then the reader will continue reading even when faced with an
invalid molecule. If FALSE
, the reader will stop at the fist invalid molecule