Skip to content
Snippets Groups Projects
Commit 2c548de9 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Increased GO term projection: human to all mammals, mouse to all mammals

parent e149cf61
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,6 @@ my @names_1_many = (["human", "zebrafish" ],
["human", "fugu" ],
["human", "stickleback"]);
my @go_terms = (["human", "mouse" ],
["human", "rat" ],
["human", "dog" ],
......@@ -71,20 +70,52 @@ my @go_terms = (["human", "mouse" ],
["human", "chimp" ],
["human", "macaque" ],
["human", "guinea_pig"],
["drosophila", "anopheles" ],
["drosophila", "aedes" ],
["human", "bushbaby" ],
["human", "rabbit" ],
["human", "cat" ],
["human", "pig" ],
["human", "shrew" ],
["human", "western_european_hedgehog"],
["human", "microbat" ],
["human", "armadillo" ],
["human", "elephant" ],
["human", "tenrec" ],
["human", "opossum" ],
["human", "platypus" ],
["human", "squirrel" ],
["human", "tree_shrew"],
["mouse", "human" ],
["mouse", "rat" ],
["mouse", "dog" ],
["mouse", "chicken" ],
["mouse", "cow" ],
["mouse", "chimp" ],
["mouse", "macaque" ],
["mouse", "guinea_pig"],
["mouse", "bushbaby" ],
["mouse", "rabbit" ],
["mouse", "cat" ],
["mouse", "pig" ],
["mouse", "shrew" ],
["mouse", "western_european_hedgehog"],
["mouse", "microbat" ],
["mouse", "armadillo" ],
["mouse", "elephant" ],
["mouse", "tenrec" ],
["mouse", "opossum" ],
["mouse", "platypus" ],
["mouse", "squirrel" ],
["mouse", "tree_shrew"],
["rat", "human" ],
["rat", "mouse" ],
["drosophila", "anopheles" ],
["drosophila", "aedes" ],
["danio", "xenopus" ],
["danio", "fugu" ],
["danio", "tetraodon" ],
["xenopus", "danio" ]);
my ($from, $to, $o, $e, $n);
# ----------------------------------------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment