Skip to contents

This will open dataset/cohort link of UCSC Xena in user's default browser.

Usage

XenaBrowse(x, type = c("dataset", "cohort"), multiple = FALSE)

Arguments

x

a XenaHub object.

type

one of "dataset" and "cohort".

multiple

if TRUE, browse multiple links instead of throwing error.

Examples

# \donttest{
XenaGenerate(subset = XenaHostNames == "tcgaHub") %>%
  XenaFilter(filterDatasets = "clinical") %>%
  XenaFilter(filterDatasets = "LUAD") -> to_browse
# }