| vis.immunr_ov_matrix | R Documentation |
Visualises matrices with overlap values or gene usage distances among samples. For details see the links below.
## S3 method for class 'immunr_ov_matrix'
vis(.data, .plot = c("heatmap", "heatmap2", "circos"), ...)
.data |
Output from repOverlap or geneUsageAnalysis. |
.plot |
A string specifying the plot type:
|
... |
Other arguments are passed through to the underlying plotting function:
|
A ggplot2, pheatmap or circlize object.
## Not run:
data(immdata)
ov <- repOverlap(immdata$data)
vis(ov)
vis(ov, "heatmap")
vis(ov, "heatmap2")
vis(ov, "circos")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.