Description Usage Arguments Value Author(s) Examples
This function can be used to download and import ICGC data. Release and Project params can be finded in ICGC web. The other params are all logical words, which False as defaulted.
1 2 | ICGC.getData(Release, Project, donor = FALSE, specimen = FALSE,
exp_array = FALSE, exp_seq = FALSE)
|
Release |
the release verson, EX: release_28 or current |
Project |
the project of data, EX: ALL-US |
donor |
a logical param. TRUE: to download this data. FALSE, as defaulted |
specimen |
a logical param. TRUE: to download this data. FALSE, as defaulted |
exp_array |
a logical param. TRUE: to download this data. FALSE, as defaulted |
exp_seq |
a logical param. TRUE: to download this data. FALSE, as defaulted |
a list
Jing Zhang
1 | ICGC.getData(Release="current",Project="ALL-US",donor=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.