View source: R/sequence_context_functions.R
CreateOnePPMFromSBSVCF | R Documentation |
Create position probability matrix (PPM) for *one* sample from a Variant Call Format (VCF) file.
CreateOnePPMFromSBSVCF(vcf, ref.genome, seq.context.width)
vcf |
One in-memory data frame of pure SBS mutations – no DBS or 3+BS mutations. |
ref.genome |
A |
seq.context.width |
The number of preceding and following bases to be
extracted around the mutated position from |
A position probability matrix (PPM).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.