get_dataset_info {gtexr} | R Documentation |
Get Dataset Info
Description
Usage
get_dataset_info(datasetId = "gtex_v8", organizationName = "GTEx Consortium")
Arguments
datasetId |
String. Unique identifier of a dataset. Usually includes a data source and data release. Options: "gtex_v8", "gtex_snrnaseq_pilot". |
organizationName |
String. Options: "GTEx Consortium" "Kid's First". |
Details
Note: this current only returns empty values.
Value
A tibble.
Examples
## Not run:
get_dataset_info()
## End(Not run)
[Package gtexr version 0.1.0 Index]