read_sdf: Read sdf-file

Description Usage Arguments Value Examples

Description

Reads file in sdf format.

Usage

1
read_sdf(filename, coord, prop, to_numeric, delete_expl_hydr)

Arguments

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

Value

Molecular database

Examples

1
2
3
4
5
## Load sdf file
## Not run: 
mdb <- read_sdf("fname.sdf")

## End(Not run)

cinf documentation built on May 2, 2019, 5 p.m.

Related to read_sdf in cinf...