Description Usage Arguments Value Examples
View source: R/import_performLINX.R
For installation instructions, please see the 'howToInstallLINX' vignette. It will output the (relevant) files in the combinedData/ folder.
1 2 3 4 5 6 7 | performLINX(
pathCombined,
cpctIds,
nThreads,
dryRun = TRUE,
pathLINX = "/mnt/onco0002/repository/software/LINX_v1.16/"
)
|
pathCombined |
(character): Path to the combinedData/ folder containing the symlinks to the WGS files of the data-request (DR). |
cpctIds |
(character): The samples which will be retrieved. |
nThreads |
(integer): Number of cores to run multiple LINX in parallel. |
dryRun |
(logical): Only output the tmp. file which stores the commands (TRUE) or run the commands (FALSE). |
pathLINX |
(character): Path to the folder containing LINX and the respective databases. |
(NULL) Does not return anything, only outputs logging messages.
1 | runLINX('DR-071/combinedData/', c('CPCT02124567', 'CPCT02012345123'), nThreads = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.