# NOT RUN {
A <- data.frame(REF = c("A", "T", "G"),
VAR = c("G", "C", "C"),
CTX = c("TAG", "GTG", "CGA"),
stringsAsFactors = FALSE)
mutSignatures::attachMutType(mutData = A, ref_colName = "REF",
var_colName = "VAR", context_colName = "CTX")
# }
Run the code above in your browser using DataLab