Create an evidence plot for a module (ggplot2 version)
ggEvidencePlot(
l,
m,
mset = NULL,
filter = FALSE,
unique = TRUE,
gene.labels = NULL,
gene.colors = NULL
)
sorted list of HGNC gene identifiers
character vector of modules for which the plot should be created
Which module set to use (see tmodUtest for details)
if TRUE, genes not defined in the module set will be removed
if TRUE, duplicates will be removed
if TRUE, gene names are shown; alternatively, a named character vector with gene labels to be shown, or NULL (default) for no labels (option evaluated only if rug is plotted)
NULL (default) or a character vectors indicating the color for each gene. Either a named vector or a vector with the same order of genes as `l`.