bbEntryPage {biobtreeR} | R Documentation |
If an entry contains large set of mapping entries it is paginated by biobtree with confiGured paging size. This function retrieve these paging for an entry. Biobtree paging size for each entry is 200.
bbEntryPage(identifer, source, page, totalPage)
identifer |
Identifer for the entry. |
source |
Dataset identifier |
page |
Page index it starts from 0 |
totalPage |
Total number of page for the entry. This value needs to calculate by user via using total number of entries which is available at the root result for the entry and divide it to the paging sizeb of 200 |
returns biobtree json object
Tamer Gur
bbStart() # if not already started bbEntryPage("ENSG00000141956","ensembl",0,0)