Example:
- Returns the number of elements at the top level of a list
- Lists within lists are considered a single elements
(LENGTH (PROTEINS-OF A7120))
::
Example:
(LOOP FOR gene IN (GENES-OF A7120))
AS coords = (GET-FROM gene (From To Direction))
COLLECT (LIST gene coords))
::