plotFit: Plot the results from the Fit function

View source: R/signatureFitMultiStepLib.R

plotFitR Documentation

Plot the results from the Fit function

Description

Plotting of the results obtained with the Fit function. Output adapts based on the options used in the Fit function

Usage

plotFit(fitObj, outdir = "", samplesInSubdir = TRUE)

Arguments

fitObj

object obtained from the Fit function

outdir

output directory where the results should be saved/plotted

samplesInSubdir

if TRUE, move the sample files to a subdirectory named "samples"

Examples

res <- Fit(catalogues,getOrganSignatures("Breast"))
plotFit(res,"results/")

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