vis.top.proportions: Visualisation of top clones proportions.

Description Usage Arguments See Also Examples

Description

Visualisation of proportion of the top clones.

Usage

1
2
3
4
5
vis.top.proportions(
  .data,
  .head = c(10, 100, 1000, 10000, 30000, 1e+05, 3e+05, 1e+06),
  .col = "Read.count"
)

Arguments

.data

Data frame with clones.

.head

Integer vector of clones for the .head parameter for the top.proportion function.

.col

Parameter .col for the top.proportion function.

See Also

top.proportion

Examples

1
2
3
4
## Not run: 
vis.top.proportions(immdata)

## End(Not run)

imminfo/tcr documentation built on June 13, 2020, 7:01 a.m.