R/readSignatures.R

Defines functions .readSignatures

## read the signatures according to their signature type
.readSignatures <- function(signaturePath, type) {
    signatures <- .getReadSignatureFunction(type)(signaturePath)
    return(signatures)
}
oirot/tumorHeatmap documentation built on Dec. 22, 2021, 4:17 a.m.