XenaFilter {UCSCXenaTools} | R Documentation |
Filter a XenaHub Object
Description
One of main functions in UCSCXenatools. It is used to filter
XenaHub
object according to cohorts, datasets. All datasets can be found
at https://xenabrowser.net/datapages/.
Usage
XenaFilter(
x,
filterCohorts = NULL,
filterDatasets = NULL,
ignore.case = TRUE,
...
)
Arguments
x |
a XenaHub object |
filterCohorts |
default is |
filterDatasets |
default is |
ignore.case |
if |
... |
other arguments except |
Value
a XenaHub
object
Author(s)
Shixiang Wang w_shixiang@163.com
Examples
# operate TCGA datasets
xe = XenaGenerate(subset = XenaHostNames == "tcgaHub")
xe
# get all names of clinical data
xe2 = XenaFilter(xe, filterDatasets = "clinical")
datasets(xe2)
[Package UCSCXenaTools version 1.4.8 Index]