updateScrWithTcgaCrawlerOutput: Accepts output from TCGA crawler and adds any new data...

Description Usage Arguments Value Examples

Description

This function builds new TCGA data entities into the SCR.

Usage

1
updateScrWithTcgaCrawlerOutput(tcgaCrawlerOutput, private = FALSE, update = TRUE)

Arguments

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.

Value

The newly created entities.

Examples

1
2
#tcgaCrawlerOutput <- crawlTcga()
#newEntities <- contributeData(tcgaCrawlerOutput)

Sage-Bionetworks/rSCR documentation built on May 9, 2019, 12:13 p.m.