Design Specs: Evidence Handling

From WormBaseWiki
Revision as of 20:36, 3 January 2012 by Xiaoqi (talk | contribs) (Created page with 'API: by calling the _get_evidence($node,$type) subroutine in lib/API/Object.pm returns a hash reference containing all the types of evidences to the right of the node argu…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

API:

 by calling the _get_evidence($node,$type) subroutine in lib/API/Object.pm
 returns a hash reference containing all the types of evidences to the right of the node
 argument $type is optional, if specified, only this type of evidence is retrieved.

 e.g. in lib/API/Object/Gene.pm


Template: