getRnaQuantificationSet: getRnaQuantificationSet function

Description Usage Arguments Details Value References See Also Examples

View source: R/getRnaQuantificationSet.R

Description

Get an RNA quantification set by its ID.

Usage

1
getRnaQuantificationSet(host, rnaQuantificationSetId)

Arguments

host

URL of GA4GH API data server.

rnaQuantificationSetId

ID of the RNA quantification set requested.

Details

This function requests GET host/rnaquantificationsets/rnaQuantificationSetId.

Value

DataFrame object.

References

Official documentation.

See Also

DataFrame, searchRnaQuantificationSets

Examples

1
2
3
4
5
6
7
host <- "http://1kgenomes.ga4gh.org/"
## Not run: 
datasetId <- searchDatasets(host, nrows = 1)$id
rnaQuantificationSetId <- searchRnaQuantificationSets(host, datasetId, nrows = 1)$id
getRnaQuantificationSet(host, rnaQuantificationSetId)

## End(Not run)

labbcb/GA4GHclient documentation built on May 20, 2019, 7:32 p.m.