bbEntry {biobtreeR}R Documentation

Retrieve entry

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

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


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


[Package biobtreeR version 1.6.0 Index]