Description Usage Arguments Value Author(s) See Also Examples
Uses piecewise constant fitting and additional hueristics to detect hypermutated (snvs) regions per chromosome.
1 | detectKataegis_OLD(snv, min.snvs = 5, maxMeanDistance = 2000, maxk = 5)
|
snv |
(GRanges): GRanges object containing all SNV of a single sample. |
min.snvs |
(numeric): What is the minimum amount of SNV that a (constant fit) segment should have being calculated on. (How many SNV should have a consectutive fit) |
maxMeanDistance |
(numeric): The maximum mean interchromosomal distance segmented SNV. |
maxk |
(numeric): Max. amount of consecutive SNV which may be used to discover segmental breakpoints. |
(GRanges) A GRanges object containing all non-overlapping kataegis sites.
Job van Riet j.vanriet@erasmusmc.nl
Other CPCT:
findCPCTCenter()
,
importLINXFusions()
,
importPurityStatsPURPLE()
,
importSomaticCopynumberPURPLE()
,
importSomaticVariantsVEP()
,
importStructuralVariantsPURPLE()
,
importWGSOfCohort()
,
importWGSOfSample()
,
importdriverCatalogHMF()
,
performCHORD()
,
performShatterSeek()
1 2 | # Example case.
detectKataegis(mutData, min.snvs = 5, maxMeanDistance = 1E3, maxk = 6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.