makeMutypeMatFromVcf | R Documentation |
Function to create a matrix in mutation type x sample format with either counts or proportions
makeMutypeMatFromVcf(
vcf,
sample.col = "Sample",
mutcat.col = "SBS_cat3",
mutypes = c("CA", "CG", "CT", "TA", "TC", "TG"),
proportion = TRUE
)
vcf |
vcf data frame containing the mutations/SVs |
sample.col |
sample.col |
mutcat.col |
mutcat.col |
mutypes |
mutypes |
proportion |
proportion |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.