XenaBrowse {UCSCXenaTools} | R Documentation |
View Info of Dataset or Cohort at UCSC Xena Website Using Web browser
Description
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 |
Examples
XenaGenerate(subset = XenaHostNames == "tcgaHub") %>%
XenaFilter(filterDatasets = "clinical") %>%
XenaFilter(filterDatasets = "LUAD") -> to_browse
[Package UCSCXenaTools version 1.4.8 Index]