kendall.heatmap: Heatmap visualization of multiple kendall comparisons

Description Usage Arguments Value

View source: R/rankings_comparison.R

Description

Compute pairwise kendall taus between the elements of a list from a rankingDE.

Usage

1
2
kendall.heatmap(rankings, labels = NULL, method = "square",
  addCoef.col = "black", cl.pos = "n", ...)

Arguments

labels

character, a charcater vector for renaming the rankings to compare (default will use the parameters of the rankings).

method

Character, the visualization method of correlation matrix to be used. Currently, it supports seven methods, named "circle" , "square" (default), "ellipse", "number", "pie", "shade" and "color".

cl.pos

Character or logical, position of color labels; If character, it must be one of "r", "b" or "n"(default), "n" means don't draw colorlabel.

...

other parameters for the function corrplot.

ranking

list, a list of rankingDE objects.

addCoef.plot

Color of coefficients added on the graph. If NULL, add no coefficients (default is black).

Value

returns a heatmap of kendall's tau


strayMat/lineageDE documentation built on May 30, 2019, 8:18 a.m.