Class SynonymIndexFieldNames
- java.lang.Object
-
- de.julielab.gene.candidateretrieval.SynonymIndexFieldNames
-
public class SynonymIndexFieldNames extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringBIO_THESAURUSPriority 7static StringCHROMOSOMEstatic StringDESCRIPTIONstatic StringECNUMBERstatic StringENTITY_TYPEThe type of the entity denoted by this synonym, gene, protein or family.static StringFILTEREDA boolean-numerical (0 or 1) value to indicate whether the value was recognized as being unspecific or otherwise non-helpful.static StringFULL_NAMESPriority 1static StringGENERIFstatic StringGODESCstatic StringID_FIELDstatic StringID_FIELD_LEGACYstatic StringINTERACTIONstatic StringLOOKUP_SYN_FIELDThe index field name for the normalized gene / protein name.static StringLOOKUP_SYN_FIELD_EXACTstatic StringLOOKUP_SYN_FIELD_NGRAMSstatic StringLOOKUP_SYN_FIELD_STEMMEDstatic StringMAPLOCATIONstatic StringORIGINAL_NAMEThe index field name for the original, unnormalized (however, lower-cased) gene / protein name.static StringOTHER_DESIGNATIONSPriority 3static StringPRIORITYA numerical priority where 1 is the highest priority.static StringPROTEIN_NAMESPriority 4static StringSOURCEThe source of the ID, e.g.static StringSTEMMED_NORMALIZED_NAMEThe index field name for the normalized and then token-wise stemmed gene / protein name.static StringSUMMARYstatic StringSYMBOLPriority -1static StringSYMBOL_FROM_NOMCENCLATUREPriority 0static StringSYNONYMSPriority 2static StringTAX_ID_FIELDstatic StringUNIPROT_NAMESPriority 5static StringVALUE_FAMILY_ID_PREFIXstatic StringVARIANT_NAMEThe index field name for the normalized variant of the original gene / protein name.static StringXREFSPriority 6
-
Constructor Summary
Constructors Constructor Description SynonymIndexFieldNames()
-
-
-
Field Detail
-
ID_FIELD
public static final String ID_FIELD
- See Also:
- Constant Field Values
-
ID_FIELD_LEGACY
public static final String ID_FIELD_LEGACY
- See Also:
- Constant Field Values
-
LOOKUP_SYN_FIELD
public static final String LOOKUP_SYN_FIELD
The index field name for the normalized gene / protein name.- See Also:
- Constant Field Values
-
LOOKUP_SYN_FIELD_STEMMED
public static final String LOOKUP_SYN_FIELD_STEMMED
- See Also:
- Constant Field Values
-
LOOKUP_SYN_FIELD_NGRAMS
public static final String LOOKUP_SYN_FIELD_NGRAMS
- See Also:
- Constant Field Values
-
LOOKUP_SYN_FIELD_EXACT
public static final String LOOKUP_SYN_FIELD_EXACT
- See Also:
- Constant Field Values
-
ORIGINAL_NAME
public static final String ORIGINAL_NAME
The index field name for the original, unnormalized (however, lower-cased) gene / protein name.- See Also:
- Constant Field Values
-
VARIANT_NAME
public static final String VARIANT_NAME
The index field name for the normalized variant of the original gene / protein name.- See Also:
- Constant Field Values
-
STEMMED_NORMALIZED_NAME
public static final String STEMMED_NORMALIZED_NAME
The index field name for the normalized and then token-wise stemmed gene / protein name.- See Also:
- Constant Field Values
-
TAX_ID_FIELD
public static final String TAX_ID_FIELD
- See Also:
- Constant Field Values
-
PRIORITY
public static final String PRIORITY
A numerical priority where 1 is the highest priority. The highest priority is given to official symbols, preferred names etc.- See Also:
- Constant Field Values
-
FILTERED
public static final String FILTERED
A boolean-numerical (0 or 1) value to indicate whether the value was recognized as being unspecific or otherwise non-helpful. For experimental purposes, these items are kept in the index with this flag set to 1.- See Also:
- Constant Field Values
-
SOURCE
public static final String SOURCE
The source of the ID, e.g. into which database do we map?- See Also:
- Constant Field Values
-
ENTITY_TYPE
public static final String ENTITY_TYPE
The type of the entity denoted by this synonym, gene, protein or family.- See Also:
- Constant Field Values
-
CHROMOSOME
public static final String CHROMOSOME
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final String DESCRIPTION
- See Also:
- Constant Field Values
-
GENERIF
public static final String GENERIF
- See Also:
- Constant Field Values
-
GODESC
public static final String GODESC
- See Also:
- Constant Field Values
-
INTERACTION
public static final String INTERACTION
- See Also:
- Constant Field Values
-
MAPLOCATION
public static final String MAPLOCATION
- See Also:
- Constant Field Values
-
SUMMARY
public static final String SUMMARY
- See Also:
- Constant Field Values
-
ECNUMBER
public static final String ECNUMBER
- See Also:
- Constant Field Values
-
VALUE_FAMILY_ID_PREFIX
public static final String VALUE_FAMILY_ID_PREFIX
- See Also:
- Constant Field Values
-
SYMBOL
public static final String SYMBOL
Priority -1- See Also:
- Constant Field Values
-
SYMBOL_FROM_NOMCENCLATURE
public static final String SYMBOL_FROM_NOMCENCLATURE
Priority 0- See Also:
- Constant Field Values
-
FULL_NAMES
public static final String FULL_NAMES
Priority 1- See Also:
- Constant Field Values
-
SYNONYMS
public static final String SYNONYMS
Priority 2- See Also:
- Constant Field Values
-
OTHER_DESIGNATIONS
public static final String OTHER_DESIGNATIONS
Priority 3- See Also:
- Constant Field Values
-
PROTEIN_NAMES
public static final String PROTEIN_NAMES
Priority 4- See Also:
- Constant Field Values
-
UNIPROT_NAMES
public static final String UNIPROT_NAMES
Priority 5- See Also:
- Constant Field Values
-
XREFS
public static final String XREFS
Priority 6- See Also:
- Constant Field Values
-
BIO_THESAURUS
public static final String BIO_THESAURUS
Priority 7- See Also:
- Constant Field Values
-
-