values,HCAExplorer-method {HCAExplorer}R Documentation

List all values for certain fields in a HCAExplorer Object

Description

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.

Usage

## S4 method for signature 'HCAExplorer'
values(x, fields)

Arguments

x

An HCAExplorer Object.

fields

A character vector of fields to display available values for.

...

Unused arguments.

Value

a character vector of possible values for a filter.

See Also

HCAExplorer for the HCAExplorer class, fields for how how to search for fields in an HCAExplorer object.

Examples

## 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')


[Package HCAExplorer version 1.0.0 Index]