Design Specs: Evidence Handling

From WormBaseWiki
Revision as of 20:37, 3 January 2012 by Xiaoqi (talk | contribs)
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