gdcClientDownload {KnowSeq}R Documentation

This function downloads a list of controlled files from GDC Portal with the user token and the manifest with the information about the desired controlled files.

Description

This function downloads a list of controlled files from GDC Portal with the user token and the manifest with the information about the desired controlled files.

Usage

gdcClientDownload(tokenPath, manifestPath, data)

Arguments

tokenPath

Path to the GDC token

manifestPath

Path to the samples manifest

data

The matrix or data.frame with the information from the Samples Sheet downloaded from GDC Portal.

Value

Nothing to return.

Examples

# This function needs the download of the pre-compiled tools supplied by KnowSeq.
## Not run: gdcClientDownload("PathToTheToken", "PathToTheFileWithDownloadInfo", dataMatrix)

[Package KnowSeq version 1.0.0 Index]