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.
gdcClientDownload(tokenPath, manifestPath, data)
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. |
Nothing to return.
# This function needs the download of the pre-compiled tools supplied by KnowSeq. ## Not run: gdcClientDownload("PathToTheToken", "PathToTheFileWithDownloadInfo", dataMatrix)