Class: Dataset

BridgeDb. Dataset

new BridgeDb.Dataset(instance)

Used internally to create a new Dataset instance. See related DataSource from BridgeDb-Java.

Name Type Description
instance Object

Methods

innerget(args){Stream.<Dataset>}

Get one dataset, which will be the first dataset that matches at least one of the provided argument(s).

Name Type Description
args DatasetArgs

innerquery(args){Stream.<Dataset>}

Get all datasets, or find the datasets that match at least one of the provided argument(s).

Name Type Description
args DatasetArgs optional

If no args specified, will return all datasets.

comments powered by Disqus