NEWS.md
cytoscape()
for visualization.neo4j_engine
queries (enabled by default, length of R session only)summary()
.example_graph()
function for enginessummary()
now returns named lists of available node categories and edge predicates for convenient auto-completionsummary()
function for enginesmonarch_engine()
save_kgx()
and load_kgx()
for saving/loading graphs.expand()
where the engine was not carried through for file-engine backed graphskg_join()
functionexpand()
to include new edges when multiple nodes with the same id
are part of the query.1.0.1: Fix missing self loops in plot
1.0.0 is a major update to monarchr
functionality and APIs.
monarchr
now supports the Monarch cloud-hosted KG, other Neo4j-hosted KGs, and file-based KG access from kghub.org
fetch_edges()
is now expand()
fetch_nodes()
now supports bulk fetching by provided ID list or node propertieslimit
parameter added to expand()
and fetch_nodes()
for exploratory queriesmonarch_semsim()
provides semantic-similarity matching via the Monarch cloud-hosted APIplot()
added based on ggraph
tidyr
Import to DESCRIPTION.edges
docs by adding title.VignetteBuilder: knitr
to DESCRIPTION.cypher_query
example by adding ids
cypher_query_df
example by adding ids
cypher_query_df
monarchR
closer to passing rcmdcheck (methods for edges/nodes not yet being recognized)