powered by
Visualise public clonotype frequencies.
# S3 method for immunr_public_statistics vis(.data, ...)
Public repertoire - an output from the pubRep function.
Other arguments passsed directly to upset.
A ggplot2 object.
# NOT RUN { data(immdata) immdata$data <- lapply(immdata$data, head, 2000) pr <- pubRep(immdata$data, .verbose=FALSE) pubRepStatistics(pr) %>% vis() # }
Run the code above in your browser using DataLab