retrieveFilesWGS: Retrieves the WGS files needed for analysis into the same...

Description Usage Arguments Value Examples

View source: R/import_retrieveFilesWGS.R

Description

Retrieves the files (grep) based on CPCT identifiers and symlinks them into the same folder for easier manipulation.

Usage

1
retrieveFilesWGS(pathHMF, pathOutput, cpctIds)

Arguments

pathHMF

(character): Path to main folder containing the WGS files of the data-request (DR).

pathOutput

(character): Path to output folder which will contain the symlinks.

cpctIds

(character): The samples which will be retrieved.

Value

(NULL) Does not return anything, only outputs logging messages.

Examples

1
2
3
4
5
 retrieveFilesWGS(
 pathHMF = 'DR-071/rawData/WGS/',
 pathOutput = 'DR-071/combinedData/',
 cpctIds = c('CPCT02124567', 'CPCT02012345123')
 )

J0bbie/R2CPCT documentation built on Feb. 24, 2022, 8:15 a.m.