Package ubic.gemma.model.association
Enum GOEvidenceCode
- java.lang.Object
- 
- java.lang.Enum<GOEvidenceCode>
- 
- ubic.gemma.model.association.GOEvidenceCode
 
 
- 
- All Implemented Interfaces:
- Serializable,- Comparable<GOEvidenceCode>
 
 public enum GOEvidenceCode extends Enum<GOEvidenceCode> This enumeration was originally based on GO, but is used for all entities that have evidenciary aspects; Thus it has been expanded to include: Terms from RGD (rat genome database)- IED = Inferred from experimental data
- IAGP = Inferred from association of genotype and phenotype
- IPM = Inferred from phenotype manipulation
- QTM = Quantitative Trait Measurement
 
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description EXPHDAInferred from High Throughput Direct Assay (HDA)HEPInferred from High Throughput Expression Pattern (HEP)HGIInferred from High Throughput Genetic Interaction (HGI)HMPInferred from High Throughput Mutant Phenotype (HMP)HTPInferred from High Throughput Experiment (HTP)IAGPInferred from association of genotype and phenotype (RGD code)IBAA type of phylogenetic evidence whereby an aspect of a descendant is inferred through the characterization of an aspect of a ancestral gene.IBDA type of phylogenetic evidence whereby an aspect of an ancestral gene is inferred through the characterization of an aspect of a descendant gene.ICIDAIEAIEDInferred from experimental data (RGD code)IEPIGCInferred from Genomic Context; This evidence code can be used whenever information about the genomic context of a gene product forms part of the evidence for a particular annotation.IGIIIAAdded by Gemma: Inferred from Imported Annotation.IKRA type of phylogenetic evidence characterized by the loss of key sequence residues.IMPIMRInferred from Missing Residues.IPIIPMInferred from phenotype manipulation (RGD code)IRDInferred from Rapid Divergence.ISAISMISOISSNASNDNROTHERUnsupported/unknown GO evidence code are mapped to this value.QTMQuantitative Trait Measurement (RGD code)RCATAS
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static GOEvidenceCodevalueOf(String name)Returns the enum constant of this type with the specified name.static GOEvidenceCode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
ICpublic static final GOEvidenceCode IC 
 - 
IDApublic static final GOEvidenceCode IDA 
 - 
IEApublic static final GOEvidenceCode IEA 
 - 
IEPpublic static final GOEvidenceCode IEP 
 - 
IGIpublic static final GOEvidenceCode IGI 
 - 
IMPpublic static final GOEvidenceCode IMP 
 - 
IPIpublic static final GOEvidenceCode IPI 
 - 
ISSpublic static final GOEvidenceCode ISS 
 - 
NASpublic static final GOEvidenceCode NAS 
 - 
NDpublic static final GOEvidenceCode ND 
 - 
RCApublic static final GOEvidenceCode RCA 
 - 
TASpublic static final GOEvidenceCode TAS 
 - 
NRpublic static final GOEvidenceCode NR 
 - 
EXPpublic static final GOEvidenceCode EXP 
 - 
ISApublic static final GOEvidenceCode ISA 
 - 
ISMpublic static final GOEvidenceCode ISM 
 - 
IGCpublic static final GOEvidenceCode IGC Inferred from Genomic Context; This evidence code can be used whenever information about the genomic context of a gene product forms part of the evidence for a particular annotation. Genomic context includes, but is not limited to, such things as identity of the genes neighboring the gene product in question (i.e. synteny), operon structure, and phylogenetic or other whole genome analysis. "We recommend making an entry in the with/from column when using this evidence code. In cases where operon structure or synteny are the compelling evidence, include identifier(s) for the neighboring genes in the with/from column. In casees where metabolic reconstruction is the compelling evidence, and there is an identifier for the pathway or system, that should be entered in the with/from column. When multiple entries are placed in the with/from field, they are separated by pipes."
 - 
ISOpublic static final GOEvidenceCode ISO 
 - 
IIApublic static final GOEvidenceCode IIA Added by Gemma: Inferred from Imported Annotation. To be distinguished from IEA or IC, represents annotations that were present in imported data, and which have unknown evidence in the original source (though generally put there manually).
 - 
IBApublic static final GOEvidenceCode IBA A type of phylogenetic evidence whereby an aspect of a descendant is inferred through the characterization of an aspect of a ancestral gene.
 - 
IBDpublic static final GOEvidenceCode IBD A type of phylogenetic evidence whereby an aspect of an ancestral gene is inferred through the characterization of an aspect of a descendant gene.
 - 
IKRpublic static final GOEvidenceCode IKR A type of phylogenetic evidence characterized by the loss of key sequence residues. Annotating with this evidence codes implies a NOT annotation. This evidence code is also referred to as IMR (inferred from Missing Residues).
 - 
IRDpublic static final GOEvidenceCode IRD Inferred from Rapid Divergence. A type of phylogenetic evidence characterized by rapid divergence from ancestral sequence. Annotating with this evidence codes implies a NOT annotation.
 - 
IMRpublic static final GOEvidenceCode IMR Inferred from Missing Residues. Represents a NOT association. IMR is a synonym of IKR.
 - 
IEDpublic static final GOEvidenceCode IED Inferred from experimental data (RGD code)
 - 
IAGPpublic static final GOEvidenceCode IAGP Inferred from association of genotype and phenotype (RGD code)
 - 
IPMpublic static final GOEvidenceCode IPM Inferred from phenotype manipulation (RGD code)
 - 
QTMpublic static final GOEvidenceCode QTM Quantitative Trait Measurement (RGD code)
 - 
HDApublic static final GOEvidenceCode HDA Inferred from High Throughput Direct Assay (HDA)
 - 
HEPpublic static final GOEvidenceCode HEP Inferred from High Throughput Expression Pattern (HEP)
 - 
HGIpublic static final GOEvidenceCode HGI Inferred from High Throughput Genetic Interaction (HGI)
 - 
HMPpublic static final GOEvidenceCode HMP Inferred from High Throughput Mutant Phenotype (HMP)
 - 
HTPpublic static final GOEvidenceCode HTP Inferred from High Throughput Experiment (HTP)
 - 
OTHERpublic static final GOEvidenceCode OTHER Unsupported/unknown GO evidence code are mapped to this value.
 
- 
 - 
Method Detail- 
valuespublic static GOEvidenceCode[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (GOEvidenceCode c : GOEvidenceCode.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static GOEvidenceCode valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 
- 
 
-