Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
james-whiteside authored Jun 17, 2024
1 parent 0b5caf4 commit f00147e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/schema.tql
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,9 @@ rule inferred-cell-enhancement:
$g isa gene;
$c isa cell;
(encoded-protein: $p, encoding-gene: $g) isa protein-encoding;
(expressed-gene: $g, expressing-cell: $t) isa cell-expression;
(expressed-gene: $g, expressing-cell: $c) isa cell-expression;
} then {
(expressed-protein: $p, enhanced-cell: $t) isa cell-enhancement;
(expressed-protein: $p, enhanced-cell: $c) isa cell-enhancement;
};

tissue-enhancement sub inferred-bio-relation,
Expand Down

0 comments on commit f00147e

Please sign in to comment.