powered by
Visualise incremental overlaps
# S3 method for immunr_inc_overlap vis(.data, .target = 1, .grid = FALSE, .ncol = 2, ...)
A ggplot2 object.
Output from the repOverlap function that uses "top" methods.
Index of a repertoire to plot. Omitted if .grid is TRUE.
Logical. If TRUE then plot all similarities in a grid.
Numeric. Number of columns in the resulting grid.
Not used here.
repOverlap
data(immdata) tmp <- repOverlap(immdata$data[1:4], "inc+overlap", .verbose.inc = FALSE, .verbose = FALSE) vis(tmp, .target = 1) vis(tmp, .grid = TRUE)
Run the code above in your browser using DataLab