vis.immunr_public_statistics | R Documentation |
Visualise public clonotype frequencies.
## S3 method for class 'immunr_public_statistics'
vis(.data, ...)
.data |
Public repertoire - an output from the pubRep function. |
... |
Other arguments passsed directly to upset. |
A ggplot2 object.
data(immdata)
immdata$data <- lapply(immdata$data, head, 2000)
pr <- pubRep(immdata$data, .verbose = FALSE)
pubRepStatistics(pr) %>% vis()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.