You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In playing with the package I use expand(predicates = "biolink:subclass_of", transitive = TRUE) frequently with direction = "in" or direction = "out" to fetch all ancestors/descendants of a graph. We should implement utility functions fetch_ancestors() and fetch_descendants() specifically for this common case.
The text was updated successfully, but these errors were encountered:
In playing with the package I use
expand(predicates = "biolink:subclass_of", transitive = TRUE)
frequently withdirection = "in"
ordirection = "out"
to fetch all ancestors/descendants of a graph. We should implement utility functionsfetch_ancestors()
andfetch_descendants()
specifically for this common case.The text was updated successfully, but these errors were encountered: