Provides three functions for importing pathways from the Reactome database via
a Reactome AMFPHP object.
- List of available pathways
- Import a specific pathway
- Get URL for a preview image of a pathway (always returns null because no previews
available; implemented for symmetry with KEGG class)
public var error:String
public var pathway:Object
public var pathways:ArrayCollection
public function Reactome()
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 REACTOME_FAULT:String = "reactomeFault"
public static const REACTOME_GETPATHWAY:String = "reactomeGetPathway"
public static const REACTOME_LISTPATHWAYS:String = "reactomeListPathways"
public static const SOURCE:String = "reactome.reactome"