View source: R/brapi_get_images.R
brapi_get_images | R Documentation |
Get the image meta data summaries
brapi_get_images( con = NULL, imageDbId = "", imageName = "", observationUnitDbId = "", observationDbId = "", descriptiveOntologyTerm = "", externalReferenceID = "", externalReferenceSource = "", page = 0, pageSize = 1000 )
con |
list; required: TRUE; BrAPI connection object |
imageDbId |
character; required: FALSE; Unique identifier for an image. |
imageName |
character; required: FALSE; Human readable name of an image. |
observationUnitDbId |
character; required: FALSE; The unique identifier of the observation unit an image is portraying. |
observationDbId |
character; required: FALSE; The unique identifier of the observation an image is associated with. |
descriptiveOntologyTerm |
character; required: FALSE; A descriptive term associated with an image. It can be thought of as Tags for the image. These could be simple descriptive words, or ontology references, or full ontology URI's. |
externalReferenceID |
character; required: FALSE; An external reference
ID. Could be a simple string or a URI. (use with |
externalReferenceSource |
character; required: FALSE; An identifier for
the source system or database of an external reference (use with
|
page |
integer; required: FALSE; Used to request a specific page of data
to be returned. The page indexing starts at 0 (the first page is
|
pageSize |
integer; required: FALSE; The size of the pages to be
returned. Default is |
Get filtered set of image meta data
data.frame
Maikel Verouden
Other brapi-phenotyping:
brapi_get_events()
,
brapi_get_images_imageDbId()
,
brapi_get_methods_methodDbId()
,
brapi_get_methods()
,
brapi_get_observationlevels()
,
brapi_get_observations_observationDbId()
,
brapi_get_observations_table()
,
brapi_get_observations()
,
brapi_get_observationunits_observationUnitDbId()
,
brapi_get_observationunits_table()
,
brapi_get_observationunits()
,
brapi_get_ontologies()
,
brapi_get_scales_scaleDbId()
,
brapi_get_scales()
,
brapi_get_search_images_searchResultsDbId()
,
brapi_get_search_observations_searchResultsDbId()
,
brapi_get_search_observationunits_searchResultsDbId()
,
brapi_get_search_variables_searchResultsDbId()
,
brapi_get_traits_traitDbId()
,
brapi_get_traits()
,
brapi_get_variables_observationVariableDbId()
,
brapi_get_variables()
,
brapi_post_images()
,
brapi_post_methods()
,
brapi_post_observations()
,
brapi_post_observationunits()
,
brapi_post_scales()
,
brapi_post_search_images()
,
brapi_post_search_observations()
,
brapi_post_search_observationunits()
,
brapi_post_search_variables()
,
brapi_post_traits()
,
brapi_post_variables()
,
brapi_put_images_imageDbId_imagecontent()
,
brapi_put_images_imageDbId()
,
brapi_put_methods_methodDbId()
,
brapi_put_observations_observationDbId()
,
brapi_put_observationunits_observationUnitDbId()
,
brapi_put_scales_scaleDbId()
,
brapi_put_traits_traitDbId()
,
brapi_put_variables_observationVariableDbId()
Other Images:
brapi_get_images_imageDbId()
,
brapi_get_search_images_searchResultsDbId()
,
brapi_post_images()
,
brapi_post_search_images()
,
brapi_put_images_imageDbId_imagecontent()
,
brapi_put_images_imageDbId()
## Not run: con <- brapi_db()$testserver brapi_get_images(con = con) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.