You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases there might be a need to filter properties of the same ontological type.
215
+
In some cases there might be a need to filter properties of the same ontological type.
216
216
For example, if you have a table of proteins defining sources and targets of interactions, and you want to have the uniProt IDs as a property of these nodes:
217
217
218
218
====== ====== ================= =================
@@ -222,7 +222,7 @@ A B uniprot_id_A uniprot_id_B
222
222
C A uniprot_id_C uniprot_id_A
223
223
====== ====== ================= =================
224
224
225
-
In a conventional way of mapping, you would map the ``SOURCE`` column to the node type ``protein`` and the ``TARGET`` column to the node type ``protein``.
225
+
In a conventional way of mapping, you would map the ``SOURCE`` column to the node type ``protein`` and the ``TARGET`` column to the node type ``protein``.
226
226
227
227
By default, OntoWeaver will attach properties to all nodes of the same *type*. The ``UNIPROT_ID_SOURCE`` and ``UNIPROT_ID_TARGET`` columns would hence be mapped as properties to the type ``protein``.
228
228
@@ -511,11 +511,11 @@ How to load multiple Parquet files?
511
511
How to access several keys in nested dictionaries?
0 commit comments