Learn R Programming

BED (version 1.5.2)

bedImport: Feeding BED: Imports a data.frame in the BED graph database

Description

Not exported to avoid unintended modifications of the DB.

Usage

bedImport(cql, toImport, periodicCommit = 10000, ...)

Value

the results of the query

Arguments

cql

the CQL query to be applied on each row of toImport

toImport

the data.frame to be imported as "row". Use "row.FIELD" in the cql query to refer to one FIELD of the toImport data.frame

periodicCommit

use periodic commit when loading the data (default: 1000).

...

additional parameters for bedCall

See Also

bedCall, neo2R::import_from_df