Skip to content
Snippets Groups Projects
Commit 00a8a1fc authored by tjc's avatar tjc
Browse files

update evidence codes

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@9423 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 9fe23536
No related branches found
No related tags found
No related merge requests found
......@@ -46,9 +46,11 @@ public class GoBox extends AbstractCvBox
{
protected static String[][] evidenceCodes =
{
{"IC", "IDA", "IEA", "IEP", "IGC", "IGI", "IMP", "IPI", "ISS",
{"EXP", "IC", "IDA", "IEA", "IEP", "IGC", "IGI",
"IMP", "IPI", "ISA", "ISM", "ISO", "ISS",
"NAS", "ND", "RCA", "TAS", "NR" },
{"IC \t:: inferred by curator",
{"EXP\t:: inferred from experiment",
"IC \t:: inferred by curator",
"IDA\t:: inferred from direct assay",
"IEA\t:: inferred from electronic annotation",
"IEP\t:: inferred from expression pattern",
......@@ -56,13 +58,17 @@ public class GoBox extends AbstractCvBox
"IGI\t:: inferred from genetic interaction",
"IMP\t:: inferred from mutant phenotype",
"IPI\t:: inferred from physical interaction",
"ISA\t:: inferred from sequence alignment",
"ISM\t:: inferred from sequence model",
"ISO\t:: inferred from sequence ontology",
"ISS\t:: inferred from sequence or structural similarity",
"NAS\t:: non-traceable author statement",
"ND \t:: no biological data available",
"RCA\t:: inferred from reviewed computational analysis",
"TAS\t:: traceable author statement",
"NR \t:: not recorded"},
{"inferred by curator",
{ "inferred from experiment",
"inferred by curator",
"inferred from direct assay",
"inferred from electronic annotation",
"inferred from expression pattern",
......@@ -70,6 +76,9 @@ public class GoBox extends AbstractCvBox
"inferred from genetic interaction",
"inferred from mutant phenotype",
"inferred from physical interaction",
"inferred from sequence alignment",
"inferred from sequence model",
"inferred from sequence ontology",
"inferred from sequence or structural similarity",
"non-traceable author statement",
"no biological data available",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment