values-HCAExplorer-method: List all values for certain fields in a HCAExplorer Object

Description Usage Arguments Value See Also Examples

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

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

Arguments

x

An HCAExplorer Object.

fields

A character vector of fields to display available values for.

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

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

Bioconductor/HCAExplorer documentation built on Feb. 13, 2021, 7:07 a.m.