makeMutypeMatFromVcf: makeMutypeMatFromVcf

Description Usage Arguments

Description

Function to create a matrix in mutation type x sample format with either counts or proportions

Usage

1
2
3
4
5
6
7
makeMutypeMatFromVcf(
  vcf,
  sample.col = "Sample",
  mutcat.col = "SBS_cat3",
  mutypes = c("CA", "CG", "CT", "TA", "TC", "TG"),
  proportion = TRUE
)

Arguments

vcf

vcf data frame containing the mutations/SVs

sample.col

sample.col

mutcat.col

mutcat.col

mutypes

mutypes

proportion

proportion


FunGeST/Palimpsest documentation built on June 10, 2021, 6:35 p.m.