genConfig {drugTargetInteractions}R Documentation

genConfig

Description

Create a default configuration object.

Usage


genConfig( chemblDbPath = "chembldb.db", downloadPath = "downloads", resultsPath = "results" )

Arguments

chemblDbPath

Path or filename of ChEMBL SQLite db file.

downloadPath

The name of a directory to put downloaded files in.

resultsPath

The name of a directory to put output files in.

Value

A config object that can be passed to ther functions.

Author(s)

Kevin Horan

Examples

	config = genConfig()

[Package drugTargetInteractions version 1.0.0 Index]