plot_rankings: Compare two rankings by scatter plotting them

Description Usage Arguments Value

View source: R/rankings_comparison.R

Description

Compares two rankingDE by plotting the ranks of their elements against each other.

Usage

1
2
plot_rankings(ranking1, ranking2, nmax = min(dim(ranking.df(ranking1))[1],
  dim(ranking.df(ranking2))[1]))

Arguments

ranking1

a first rankingDE object.

ranking2

a second rankingDE object.

nmax

integer, design the last elemtns where to stop the comparison (default is the minimum length of the two rankings).

Value

returns a plot comparing two plots rank by rank.


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