The python function `indra.preassembler.Preassembler.combine_duplicates` is used to combine duplicated statements in a collection of INDRA statements. It takes a list of statements as input and returns a new list where duplicate statements are combined into one, with the evidence for each duplicate statement merged together. This function helps to reduce redundancy and improve efficiency when working with large collections of INDRA statements.
Python Preassembler.combine_duplicates - 53 examples found. These are the top rated real world Python examples of indra.preassembler.Preassembler.combine_duplicates extracted from open source projects. You can rate examples to help us improve the quality of examples.