View source: R/signatureFitMultiStepLib.R
plotFit | R Documentation |
Plotting of the results obtained with the Fit function. Output adapts based on the options used in the Fit function
plotFit(fitObj, outdir = "", samplesInSubdir = TRUE)
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" |
res <- Fit(catalogues,getOrganSignatures("Breast"))
plotFit(res,"results/")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.