plotPhiSpaceHeatMap.Rd
Plot PhiSpace scores as a heatmap
plotPhiSpaceHeatMap(
PhiSpaceScore,
phenoDict = NULL,
phenotypes = NULL,
queryLabs = NULL,
refLvls = NULL,
queryLvls = NULL,
cluster_columns = FALSE,
cluster_rows = FALSE,
show_row_names = FALSE,
show_column_names = TRUE,
row_title_rot = 0,
...
)
Matrix.
A named list, categorising columns (phenotypes) in PhiSpaceScore
. Total number of elements have to be identical to number of columns of PhiSpaceScore
.
Optional. Types of phenotypes. If provided, has to be of the same length as phenoDict.
Character vector.
Character vector.
Character vector.
Logic.
Logic.
Logic.
Logic.
Rotation (angle) of row titles, inherited from ComplexHeatmap::Heatmap
Additional parameters adjusting the ComplexHeatmap
object
A heatmap of PhiSpace scores.