get_image | R Documentation |
get_image(tissueSampleIds = NULL, page = 0, itemsPerPage = 250)
tissueSampleIds |
Array of strings. A list of Tissue Sample ID(s). |
page |
Integer (default = 0). |
itemsPerPage |
Integer (default = 250). |
A tibble.
## Not run:
get_image()
# filter by `tissueSampleId`
result <- get_image(tissueSampleIds = "GTEX-1117F-0526")
print(result)
# note that `pathologyNotesCategories` (if present) is a list column
print(result$pathologyNotesCategories)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.