Hi Leandro,
The datastructures representation of results is not returned by the API.
If you are feeling adventurous please feel free to look into the
lib/BioMart/Formatter/ directory for the appropriate formatter that you
are interested in.
Best
Syed
On 09/06/2010 17:51, Leandro Hermida wrote:
Hi,
I was wondering if there is a way using the Perl API to get results in a Perl
data structure and, if possible, row by row. For example each row returned as
an array or arrayref. It seems inefficient to take printResults() and have to
break everything up again when I know somewhere in the Perl API it was doing
the reverse...
thanks,
Leandro