Description Usage Arguments Details Value References See Also Examples
View source: R/getRnaQuantificationSet.R
Get an RNA quantification set by its ID.
1 | getRnaQuantificationSet(host, rnaQuantificationSetId)
|
host |
URL of GA4GH API data server. |
rnaQuantificationSetId |
ID of the RNA quantification set requested. |
This function requests GET host/rnaquantificationsets/rnaQuantificationSetId
.
DataFrame
object.
DataFrame
, searchRnaQuantificationSets
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.