read_mol2 {cinf}R Documentation

Read Sybyl mol2-file

Description

Reads file in Sybyl mol2 format.

Usage

read_mol2(filename)

Arguments

filename

the name of the mol2 file to be read

Value

Molecular database (mdb)

Examples

## Load mol2 file
## Not run: 
mdb <- read_mol2("fname.mol2")

## End(Not run)

[Package cinf version 0.0-19 Index]