BioBIKE
(LENGTH list)
Example:
  (LENGTH (PROTEINS-OF A7120))
  ::


Example:
  (LOOP FOR gene IN (GENES-OF A7120))
         AS coords = (GET-FROM gene (From To Direction))
    COLLECT (LIST gene coords))
  ::