Description Arguments Author(s) Examples
Plots the group overlaps in 2 dimensions for a given matrix and groups.
mat |
The matrix to be checked. |
groups |
A character vector indicating the groups location within the matrix. Can be generated with the makeGroups function. |
Jason Serviss
1 2 3 4 5 6 | x1 <- 0
x2 <- x1+1
mat <- makeMatrix(x=c(x1,x2), y=c(0,1), dim=2, points=10)
groups <- makeGroups(mat, names=c("grp1", "grp2"))
visualizeOverlaps(mat, groups)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.