Visualise public clonotype frequencies.

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

Arguments

.data

Public repertoire - an output from the pubRep function.

...

Other arguments passsed directly to upset.

Value

A ggplot2 object.

Examples

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