Description Usage Arguments Value Author(s) See Also Examples
View source: R/import_somaticStructuralVariantsPURPLE.R
Import the somatic structural variants as estimated by GRIDSS / PURPLE.
1 | importStructuralVariantsPURPLE(pathSV, passOnly = TRUE)
|
pathSV |
(character): Path to the <sample>.purple.sv.vcf.gz file containing the somatic structural variants as detected by GRIDSS / PURPLE. |
passOnly |
(logical): Only retain SV which were not found in the PON and/or were inferred by copy-number transition alone or any of the other filters. |
(GRanges) GRanges object containing the break-ends of the structural variants, so two rows for each SV (except when single break-end).
Job van Riet j.vanriet@erasmusmc.nl
Other CPCT:
detectKataegis_OLD()
,
findCPCTCenter()
,
importLINXFusions()
,
importPurityStatsPURPLE()
,
importSomaticCopynumberPURPLE()
,
importSomaticVariantsVEP()
,
importWGSOfCohort()
,
importWGSOfSample()
,
importdriverCatalogHMF()
,
performCHORD()
,
performShatterSeek()
1 | importStructuralVariantsPURPLE(pathSV = '<sample>.purple.sv.vcf.gz')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.