biocypher.output.in_memory._pandas.PandasKG

class biocypher.output.in_memory._pandas.PandasKG(deduplicator)
__init__(deduplicator)

Methods

__init__(deduplicator)

add_edges(edges)

Add edges to the in-memory knowledge graph.

add_nodes(nodes)

Add nodes to the in-memory knowledge graph.

add_tables(entities)

Add Pandas dataframes for each node and edge type in the input.

get_kg()

Return the in-memory knowledge graph.