Learn R Programming

Rga4gh (version 0.1.1)

get_rna_quantification: GET an RNA Quantification

Description

GET an RNA Quantification

Usage

get_rna_quantification(client, rna_quantification_id)

Arguments

client
A ga4gh_client object
rna_quantification_id
The ID of the RNA Quantification

Examples

Run this code
## Create a client
ref_client <- ga4gh_client("http://1kgenomes.ga4gh.org", api_location = "")
## Not run: 
# library(magrittr)
# ## Retrieve the object with id 'id'
# rna_quantification <- ref_client %>% get_rna_quantification("id")
# ## End(Not run)

Run the code above in your browser using DataLab