Closed afaissa closed 1 year ago
Hi Alex,
The API call returns chunks of data.
See ?geneTable
and indicate the page size and number.
pageSize: numeric(1) The number of rows in the table to return
pageNumber: numeric(1) The pagination page number
Best, Marcel
Hi,
geneTable(cbio) is returning only 1000 genes.
genes <- geneTable(cbio)
genes
How to get more?
Thanks, Alex