bbEntry: Retrieve entry

Description Usage Arguments Value Author(s) Examples

View source: R/entry.R

Description

Returns entry for an identifier and dataset. Entry contains all the data raw data for and entry such as mappings, attiributes and paging info if exists.

Usage

1
bbEntry(identifer, source)

Arguments

identifer

Identifer for the entry. Note that keywords are not accepted. For instance insted of "vav_human" keyword "p15498" identifier must be passed

source

Dataset identifier

Value

returns biobtree json object

Author(s)

Tamer Gur

Examples

1
2
bbStart() # if not already started
bbEntry("HGNC:12009","hgnc")

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