identifyKataegis | R Documentation |
Identify Kataegis events in SNV mutation data
identifyKataegis( samplename, dpInfile, outdir = ".", gamma_param = 25, kmin = 2, kataegis.threshold = NA, minMuts = 6, logScale = F, makePlots = F, removeFromDPin = F )
samplename |
Samplename used when writing output files |
dpInfile |
A DP input file |
outdir |
Directory where output will be written |
gamma_param |
Gamma parameter to be used for segmentation |
kmin |
Kmin parameter to be used for segmentation |
kataegis.threshold |
Intermutation distance, if NA will be set to: (a) 900000 > SNVs: 100, (b) 500000 > SNVs: 250, (c) 100000 > SNVs, (d) otherwise 1000 (Default NA) |
minMuts |
Minimum number of mutations within kataegis.threshold to call Kataegis |
logScale |
Transform intermutation distance to logscale |
makePlots |
Make a figure for each Kataegis event |
removeFromDPin |
Remove SNVs identified as part of a Kataegis event from the DP input file |
dw9
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.