Provides three functions for importing pathways from the KEGG database via
a KEGG AMFPHP object.
- List of available pathways
- Import a specific pathway
- Get URL for a preview image of a pathway
public var error:String
public var pathway:Object
public var pathways:ArrayCollection
public function KEGG()
public function getPathway(pathway:Object):voidParameters
public function listPathways():void
public function previewSource(pathway:Object):StringParameters
Returns
Event object type: flash.events.Event
Event object type: flash.events.Event
Event object type: flash.events.Event
public static const DESTINATION:String = "amfphp"
public static const KEGG_FAULT:String = "keggFault"
public static const KEGG_GETPATHWAY:String = "keggGetPathway"
public static const KEGG_LISTPATHWAYS:String = "keggListPathways"
public static const SOURCE:String = "kegg.kegg"