visualizeOverlaps: Plot Overlaps

Description Arguments Author(s) Examples

Description

Plots the group overlaps in 2 dimensions for a given matrix and groups.

Arguments

mat

The matrix to be checked.

groups

A character vector indicating the groups location within the matrix. Can be generated with the makeGroups function.

Author(s)

Jason Serviss

Examples

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)

GranderLab/ClusterSignificanceExtras documentation built on May 6, 2019, 6:30 p.m.