addSignature: Add new signature(s) to an existing set of mutation...

Description Usage Arguments Details Value See Also Examples

View source: R/addSignature.R

Description

Add new signature(s) to an existing set of mutation signatures, and return the updated signature set.

Usage

1
addSignature(sigmatrix2, sigmatrix1)

Arguments

sigmatrix2

An object of class mutsig describing the new signature.

sigmatrix1

An object of class mutsig describing the existing set of signatures.

Details

Addition of one or more new mutation signature(s) to an existing set of mutation signatures upon which the updated signature set is returned.

Value

An object of mutsig class.

See Also

deleteSignature, renameSignature and mergeSignature.

Examples

1
2
newSigMatrix=addSignature(sigmatrix2=signatures.cosmic[c('Signature.10','Signature.11'),], 
sigmatrix1=signatures.cosmic[c('Signature.1','Signature.2'),])

sjdlabgroup/MutSigTools documentation built on Oct. 5, 2019, 3:31 a.m.