Description Usage Arguments Value Author(s) Examples
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.
1 | 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
1 2 | bbStart() # if not already started
bbEntryPage("ENSG00000141956","ensembl",0,0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.