Description Usage Arguments Details Value See Also Examples
View source: R/renameSignature.R
Rename selected signatures from an existing signature-set.
| 1 | renameSignature(sigmatrix,selectSig,renameSig)
 | 
| sigmatrix | An object of class mutsig describing the existing set of signatures. | 
| selectSig | A vector containing name(s) of the signature(s) to be removed. | 
| renameSig | A vector containing updated name(s) of the signatures. | 
Renaming of selected mutation signatures to an existing signature set, upon which the updated signature set is returned.
An object of mutsig class.
addSignature, deleteSignature and mergeSignature.
| 1 2 | renamedSigMatrix=renameSignature(sigmatrix=signatures.cosmic, selectSig=c(2,5), 
renameSig=c('two', 'five')) # rename signature 2 and 5.
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.