plot.ISSimilarity {MultIS} | R Documentation |
Plots the similarity of integration sites
Description
Plots the similarity of integration sites
Usage
## S3 method for class 'ISSimilarity'
plot(x, na.rm = TRUE, ...)
Arguments
x |
The matrix that holds the similarity values |
na.rm |
whether NA values should be deleted beforehand |
... |
Further arguments are ignored. |
Value
A ggplot object, which can be used to further individualize or to plot directly.
[Package MultIS version 0.6.2 Index]