read_sdf {cinf} | R Documentation |
Reads file in sdf format.
read_sdf(filename, coord, prop, to_numeric, delete_expl_hydr)
filename |
the name of the sdf file to be read |
coord |
whether to read coordinates of atoms; default:TRUE |
prop |
whether to read property values; default:TRUE |
to_numeric |
whether to convert property values to numbers; default:FALSE |
delete_expl_hydr |
whether to delete explicit hydrogens; default:FALSE |
Molecular database
## Load sdf file ## Not run: mdb <- read_sdf("fname.sdf") ## End(Not run)