as.mutation.counts | R Documentation |
Cast a data.frame into a mutationCounts-class object.
as.mutation.counts(x, rownames = NULL, colnames = NULL) ## S4 method for signature 'data.frame' as.mutation.counts(x, rownames = NULL, colnames = NULL)
x |
an object to extract Signature Identifiers from, i.e. a mutSignExposures-class |
rownames |
character vector to overwrite data row names. Can be NULL if rownames(x) is not NULL. |
colnames |
character vector to overwrite data column names. Can be NULL if colnames(x) is not NULL. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.