bbEntryPage: Retrieve entry result page

Description Usage Arguments Value Author(s) Examples

Description

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.

Usage

1
bbEntryPage(identifer, source, page, totalPage)

Arguments

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

Value

returns biobtree json object

Author(s)

Tamer Gur

Examples

1
2
bbStart() # if not already started
bbEntryPage("ENSG00000141956","ensembl",0,0)

tamerh/biobtreeR documentation built on May 15, 2021, 1:46 a.m.