plotFitResults: Plot the results from the Fit or FitMS function

View source: R/signatureFitMultiStepLib.R

plotFitResultsR Documentation

Plot the results from the Fit or FitMS function

Description

Plotting of the results obtained with the Fit or FitMS function. Output adapts based on the options used in during fitting. You can use this plot function instead of using plotFit or plotFitMS. The function plotFitResults will infer whether Fit or FitMS was used and use the appropriate plot function.

Usage

plotFitResults(fitObj, outdir = "")

Arguments

fitObj

object obtained from the Fit or FitMS function

outdir

output directory where the results should be saved/plotted

Examples

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

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