deleteSignature: Delete selected signatures from an existing set of mutation...

Description Usage Arguments Details Value See Also Examples

View source: R/deleteSignature.R

Description

Delete selected signatures from an existing set of mutation signatures.

Usage

1
deleteSignature(sigmatrix, del_sig)

Arguments

sigmatrix

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

del_sig

signature(s) to be removed.

Details

Deletion of one or more mutation signatures from an existing set of mutation signatures upon which the updated signature set is returned.

Value

An object of mutsig class with the deleted signatures.

See Also

addSignature, renameSignature and mergeSignature.

Examples

1
reducedSigMatrix=deleteSignature(sigmatrix=signatures.cosmic, c(2,5)) # delete signatures 2 and 5.

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