View source: R/signatureFitMultiStepLib.R
plotFitResults | R Documentation |
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.
plotFitResults(fitObj, outdir = "")
fitObj |
object obtained from the Fit or FitMS function |
outdir |
output directory where the results should be saved/plotted |
res <- Fit(catalogues,getOrganSignatures("Breast"))
plotFitResults(res,"results/")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.