showBundles {HCABrowser}R Documentation

Obtain all bundles from an hca object using there bundle fqids

Description

Obtain all bundles from an hca object using there bundle fqids

Usage

## S4 method for signature 'HCABrowser'
showBundles(hca, bundle_fqids)

Arguments

hca

a HCABrowser object to search for bundles on.

bundle_fqids

a character()

Value

A HCABrowser object displaying the selected bundles

Examples

hca <- HCABrowser()
hca_bundles <- hca %>% pullBundles
hca2 <- hca %>% showBundles(hca_bundles)
hca2

[Package HCABrowser version 1.0.1 Index]