sunflower {RepertoiR}R Documentation

Sunflower repertoire graph

Description

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

Usage

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

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


[Package RepertoiR version 0.0.1 Index]