choose_interactive_value {ENCODExplorer}R Documentation

Interactively select one of many possible metadata values.

Description

Interactively select one of many possible metadata values.

Usage

choose_interactive_value(values, col_name, allow_all)

Arguments

values

The vector of values which must be chosen from, extracted from the ENCODE metadata.

col_name

The name of the column the values were extracted from.

allow_all

Whether or not the user can choose 0 to select all values.

Value

A character vector of chosen values.


[Package ENCODExplorer version 2.12.1 Index]