From d07439a6e6f2cab2a16938ee66a64cdd09e3410e Mon Sep 17 00:00:00 2001 From: deeenes Date: Fri, 16 Feb 2024 15:33:20 +0100 Subject: [PATCH] `cellphonedb`: include `is_ppi` among extra interaction attributes, propagating it to the web service (part of addressing #269) --- pypath/resources/data_formats.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pypath/resources/data_formats.py b/pypath/resources/data_formats.py index a98dd485a..c7c3d14d4 100644 --- a/pypath/resources/data_formats.py +++ b/pypath/resources/data_formats.py @@ -2945,6 +2945,7 @@ def _pathwaycommons_single_resource(resource, transcription = False): header = False, extra_edge_attrs = { 'type': 4, + 'is_ppi': 7, }, extra_node_attrs_a = { 'cellphonedb_type': 5,