genBePath {BED} | R Documentation |
Construct CQL sub-query to map 2 biological entity
Description
Internal use
Usage
genBePath(from, to, onlyR = FALSE)
Arguments
from |
one biological entity (BE) |
to |
one biological entity (BE) |
onlyR |
logical. If TRUE (default: FALSE) it returns only the names of the relationships and not the cypher sub-query |
Value
A character value corresponding to the sub-query. Or, if onlyR, a character vector with the names of the relationships.
See Also
[Package BED version 1.5.2 Index]