results: Obtain search unattenuated results tibble from an HCAExplorer...

Description Usage Arguments Value See Also Examples

Description

Returns a tibble either showing bundles or files based on whichever is activated. The tibble returned will display the full results of the search instead of the attenuated table shows when dispalying the HCAExplorer object.

Usage

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

Arguments

x

An HCAExplorer object.

Value

a tibble giving the unattenuated search results of the HCAExplorer object.

See Also

HCAExplorer for the HCAExplorer class.

Examples

1
2
3
4
5
6
7
 ## Initiate an HCAExplorer object.
 x <- HCAExplorer()
 ## Display the object. Note that the tibble contains very few columns.
 x

 ## Access the tibble and display at available columns using results()
 results(x)

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