Public repertoire visualisation
# S3 method for immunr_public_repertoire vis(.data, .plot = c("freq", "clonotypes"), ...)
.data | Public repertoire, an output from pubRep. |
---|---|
.plot | A string specifying the plot type: - "freq" for visualisation of the distribution of occurrences of clonotypes and their frequencies using vis_public_frequencies. - "clonotypes" for visualisation of public clonotype frequenciy correlations between pairs of samples using vis_public_clonotypes |
... | Further arguments passed vis_public_frequencies or vis_public_clonotypes, depending on the ".plot" argument. |