Visualizes GA-detected simplivariate components on the original matrix as outlined cells, colored by pattern type.
plotComponentResult(
df,
string,
componentPatterns,
componentScores,
scoreCutoff = 0,
showAxisLabels = TRUE,
showComponentLabels = TRUE,
title = "Detected Components",
rearrange = FALSE,
grayscale = TRUE
)ggplot object
Original data matrix
Best GA string (vector of length nrow(df) + ncol(df); rows first, then cols)
Vector of component types (from fitness(..., returnPatterns = TRUE))
Vector of fitness scores per component
Minimum score a component must have to be shown (default: 0 = show all)
Logical: show axis tick labels (default: TRUE)
Logical: show component labels inside clusters (default: TRUE)
Title for the plot (default: "Detected Components")
Logical: reorder rows and columns to group components (default: FALSE)
Logical: use grayscale for heatmap background (default: TRUE)