sunflower: Sunflower repertoire graph

Description Usage Arguments Value Examples

Description

Sequence frequency visualization among samples, displayed as rings of nodes inside each other.

Usage

1
sunflower(dataset, ...)

Arguments

dataset

Input object: a matrix or a data frame.

First column is located as the outer ring, the second is right after and so on to the last column as the inmost ring. Cell's numeric value determines node size.

...

Any other arguments.

Value

No return value.

Examples

1
2
data <- matrix(rexp(400,1/4), ncol = 4)
sunflower(data)

RepertoiR documentation built on Oct. 25, 2021, 9:09 a.m.