Visualizes the LMD score profiles for selected genes over time.
VisualizeScorePattern(
score_profile,
genes = NULL,
label_class = NULL,
facet_class = NULL,
add_point = NULL,
dyadic = TRUE,
text = FALSE,
normalize = FALSE
)
matrix; the LMD score profile, output of fast_get_lmds
.
vector; selected genes for visualization.
vector; gene class labels for visualizing genes in different colors. Default is NULL.
vector; gene facet labels for visualizing genes in different panels. Default is NULL.
vector; time points to highlight. Default is NULL.
logical; if TRUE, represents the axis text in a 2^ format. Default is TRUE.
logical; if TRUE, adds gene labels to each curve. Default is FALSE.
logical; if TRUE, normalizes the LMD profile by the plateau. Default is FALSE.
A ggplot2 object representing the score patterns for the selected genes.