nextResults: Next Results

Description Usage Arguments Value Author(s) See Also Examples

Description

Fetch the next set of entries from a HCAExplorer Object

Usage

1
2
## S4 method for signature 'HCAExplorer'
nextResults(x)

Arguments

x

An HCAExplorer object

Value

A HCAExplorer object that displays the next results

Author(s)

Daniel Van Twisk

See Also

HCAExplorer for the HCAExplorer class,

Examples

1
2
3
4
5
6
7
## Intitate an HCAExplorer object.
x <- HCAExplorer()
x

## View the next set of results in the HCAExplorer object.
x <- nextResults(x)
x

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