Description Usage Arguments Value Author(s) See Also Examples
View source: R/helper_importWGSOfSample.R
Imports all the WGS data of multiple samples (cohort).
1 2 3 4 5 6 | importWGSOfCohort(
cpctIds,
inputFolder,
nThreads = 1,
performAggregation = TRUE
)
|
cpctIds |
(character): Full CPCT identifiers of samples, including the T suffixes (used to find files). |
inputFolder |
(character): Path to the folder containing all WGS data of the samples (combinedData). |
nThreads |
(integer): Number of threads to use; default is 1. |
performAggregation |
(logical): Should aggregation be performed? (Is needed for further processing) |
(list) List containing the aggregated WGS data of the underlying samples.
Job van Riet j.vanriet@erasmusmc.nl
Other CPCT:
detectKataegis_OLD()
,
findCPCTCenter()
,
importLINXFusions()
,
importPurityStatsPURPLE()
,
importSomaticCopynumberPURPLE()
,
importSomaticVariantsVEP()
,
importStructuralVariantsPURPLE()
,
importWGSOfSample()
,
importdriverCatalogHMF()
,
performCHORD()
,
performShatterSeek()
1 | importWGSOfCohort(cpctId = '<CPCTIDs>', 'combinedData/')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.