plotCosSimSignatures: plotCosSimSignatures

View source: R/signatures_utils.R

plotCosSimSignaturesR Documentation

plotCosSimSignatures

Description

Plot a matrix of cosine similarities between two sets of signatures.

Usage

plotCosSimSignatures(
  sig1,
  sig2,
  output_file = NULL,
  thresholdMark = NULL,
  cex.numbers = 0.7,
  circlesColBasic = "#A1CAF1",
  circlesColHighlight = "#F6A600"
)

Arguments

sig1

matrix with signatures as columns

sig2

matrix with signatures as columns

output_file

name of the output file (pdf), optional

cex.numbers

scale the text used for the numbers in the matrix

circlesColBasic

colour used for the circles

circlesColHighlight

colour used for the circles that pass the thresholdMark


Nik-Zainal-Group/signature.tools.lib documentation built on April 13, 2025, 5:50 p.m.