3 | | == Describing How Annotation is Propagated over relations in FYPO == |
| 3 | === Describing How Annotation is Propagated over relations in FYPO === |
| 4 | |
| 5 | == output of == |
| 6 | |
| 7 | 1. annotations should propagate over output_of |
| 8 | B output_of A all of B should be annotated to A |
| 9 | |
| 10 | == has_output == |
| 11 | |
| 12 | 2. annotations should propagate over has_output |
| 13 | B has_output A all of B should annotated to A |
| 14 | |
| 15 | == results_in_formation_of == |
| 16 | |
| 17 | 3. annotations should propagate over results_in_formation_of |
| 18 | B results_in_formation_of A all of B should annotated to A |
| 19 | |
| 20 | == has_part == |
| 21 | |
| 22 | Propagation should be from the "whole" to the "part" |
| 23 | if B has_part A, all genes annotated to B should annotated to A (and not necessarily vice versa) |
| 24 | This should ONLY be done for FYPO; GO annotations should (continue to) not be propagated over has_part in either direction |
| 25 | |