Skip to contents

[Deprecated]

Visualise public clonotype frequencies.

Usage

# S3 method for class 'immunr_public_statistics'
vis(.data, ...)

Arguments

.data

Public repertoire - an output from the pubRep function.

...

Other arguments passsed directly to UpSetR::upset.

Value

A ggplot2 object.

Examples

# \dontrun{
data(immdata)
immdata$data <- lapply(immdata$data, head, 2000)
pr <- pubRep(immdata$data, .verbose = FALSE)
pubRepStatistics(pr) %>% vis()

# }