- Allow use of any reasonable data type
Within reasonable limits, users don't need to concern themselves with the type of information given to a BioBIKE function.
Example:
(ALL-ORTHOLOGS-OF all4312)all give the same result.
(ALL-ORTHOLOGS-OF "all4312")
(ALL-ORTHOLOGS-OF 'all4312)
(ALL-ORTHOLOGS-OF #$A7120.all4312)
(ALL-ORTHOLOGS-OF A7120.all4312)
(ALL-ORTHOLOGS-OF "A7120.all4312")
(ALL-ORTHOLOGS-OF 'A7120.all4312)