Class GOExport
- java.lang.Object
-
- de.julielab.jules.ae.genemapping.resources.GOExport
-
public class GOExport extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringBIOLOGICAL_PROCESSprotected static java.lang.StringCELLULAR_COMPONENTprotected static java.lang.StringMOLECULAR_FUNCTION
-
Constructor Summary
Constructors Constructor Description GOExport()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)protected voidprocess(java.lang.String go)
-
-
-
Field Detail
-
CELLULAR_COMPONENT
protected static final java.lang.String CELLULAR_COMPONENT
- See Also:
- Constant Field Values
-
MOLECULAR_FUNCTION
protected static final java.lang.String MOLECULAR_FUNCTION
- See Also:
- Constant Field Values
-
BIOLOGICAL_PROCESS
protected static final java.lang.String BIOLOGICAL_PROCESS
- See Also:
- Constant Field Values
-
-