corneto.io.load_graph_from_sif_tuples# corneto.io.load_graph_from_sif_tuples(tuples)# Create graph from iterable of SIF tuples. Parameters: tuples (Iterable[Tuple]) – Iterable of (source, interaction, target) tuples Returns: New Graph created from SIF data