loadCorrespondsTo {BED} | R Documentation |
Feeding BED: Load correspondances between BE IDs
Description
Not exported to avoid unintended modifications of the DB.
Usage
loadCorrespondsTo(d, db1, db2, be = "Gene")
Arguments
d |
a data.frame with information about the correspondances to be loaded. It should contain the following fields: "id1" and "id2". |
db1 |
the DB of id1 |
db2 |
the DB of id2 |
be |
a character corresponding to the BE type (default: "Gene") |
[Package BED version 1.5.2 Index]