Create the matrix an SBS catalog for *one* sample from an in-memory VCF.
CreateOneColSBSMatrix(vcf, sample.id = "count")
An in-memory VCF file annotated with sequence context and
transcript information by function AnnotateSBSVCF
. It must
*not* contain indels and must *not* contain DBS (double base
substitutions), or triplet base substitutions etc., even if encoded as
neighboring SBS.
Usually the sample id, but defaults to "count".
A list of three 1-column matrices with the names
catSBS96
, catSBS192
, catSBS1536
.
If trans.ranges is NULL, catSBS192
is not generated.
Do not rely on the order of elements in the list.