bedImport {BED} | R Documentation |
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, ...)
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 |
Value
the results of the query
See Also
bedCall, neo2R::import_from_df
[Package BED version 1.5.2 Index]