values,HCAExplorer-method {HCAExplorer} | R Documentation |
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.
## S4 method for signature 'HCAExplorer' values(x, fields)
x |
An HCAExplorer Object. |
fields |
A character vector of fields to display available values for. |
... |
Unused arguments. |
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.
## 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')