Get the origin and destination cells of the unidirectional edge
Examples
directedEdgeToCells(edge = c("115283473fffffff","115283471fffffff"))
#> $origin
#> [1] "85283473fffffff" "85283471fffffff"
#>
#> $destination
#> [1] "85283477fffffff" "85283475fffffff"
#>