Description Usage Arguments Value See Also Examples
To be used in conjunction with the fields function. This function allows one to find which values can be queried upon in a given field.
1 2 | ## S4 method for signature 'HCAExplorer'
values(x, fields)
|
x |
An HCAExplorer Object. |
fields |
A character vector of fields to display available values for. |
a character vector of possible values for a filter.
HCAExplorer
for the HCAExplorer class,
fields
for how how to search for fields in an HCAExplorer object.
1 2 3 4 5 6 7 8 | ## Intiate an HCAExplorer object.
x <- HCAExplorer()
## Find which firelds can be queried upon.
fields(x)
## Which values can "organ" be searched with?
values(x, 'organ')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.