Cast a data.frame into a mutationCounts-class object.
as.mutation.counts(x, rownames = NULL, colnames = NULL)# S4 method for data.frame
as.mutation.counts(x, rownames = NULL, colnames = NULL)
an object to extract Signature Identifiers from, i.e. a mutSignExposures-class
character vector to overwrite data row names. Can be NULL if rownames(x) is not NULL.
character vector to overwrite data column names. Can be NULL if colnames(x) is not NULL.