Skip to content

Instantly share code, notes, and snippets.

@sorsaffari
Created November 2, 2018 15:34
Show Gist options
  • Save sorsaffari/ab40a02277391642cd32994b58ba45b6 to your computer and use it in GitHub Desktop.
Save sorsaffari/ab40a02277391642cd32994b58ba45b6 to your computer and use it in GitHub Desktop.
Protein Structure Prediction: Get all sequences that have a particular function
match
$target-function isa function "enzyme";
$sequence isa sequence;
(mapping-sequence: $sequence, mapped-function: $target-function) isa sequence-function-mapping;
get $sequence;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment