Description Usage Arguments Value Examples
This function builds new TCGA data entities into the SCR.
1 | updateScrWithTcgaCrawlerOutput(tcgaCrawlerOutput, private = FALSE, update = TRUE)
|
tcgaCrawlerOutput |
Data frame containing output from crawlTcga() function. |
private |
Logical value. If TRUE then new data entities will be added to the private project, otherwise they will be added to the public project. |
update |
Logical value. If TRUE then the data entities are contributed using the contribute data function. |
The newly created entities.
1 2 | #tcgaCrawlerOutput <- crawlTcga()
#newEntities <- contributeData(tcgaCrawlerOutput)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.