Description Usage Arguments Value Author(s) Examples
Prepare (Load) Downloaded Datasets to R
1 2 3 4 5 6 7 8 9 10 11 12 |
objects |
a object of character vector or data.frame. If |
objectsName |
specify names for elements of return object, i.e. names of list |
use_chunk |
default is |
chunk_size |
the number of rows to include in each chunk |
subset_rows |
logical expression indicating elements or rows to keep:
missing values are taken as false. |
select_cols |
expression, indicating columns to select from a data frame.
'x' can be a representation of data frame you wanna do subset operation,
e.g. |
callback |
a function to call on each chunk, default is |
comment |
a character specify comment rows in files |
na |
a character vectory specify |
... |
other arguments transfer to |
a list contains file data, which in way of tibbles
Shixiang Wang w_shixiang@163.com
1 2 3 4 5 6 7 8 9 | ## Not run:
xe = XenaGenerate(subset = XenaHostNames == "tcgaHub")
hosts(xe)
xe_query = XenaQuery(xe)
xe_download = XenaDownload(xe_query)
dat = XenaPrepare(xe_download)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.