BioBIKE
(INTERLEAVE list1 list2 list3...)
Example:
  (DEFINE favorite-genes AS (ALL-ORTHOLOGS-OF all4312))
  ::

  (DEFINE coordinates AS (GET-ALL-ELEMENTS From FROM favorite-genes))
  ::

  (INTERLEAVE favorite-genes coordinates)
  ::