Description Usage Arguments Value Examples
Takes a matrix of logical inputs, each column representing a data set each row representing a location on the genome,
1  | overlap(f)
 | 
f | 
 n by m logical matrix  | 
A m by m matrix of column overlaps
1 2  | lmatrix<-matrix(as.logical(c(1,1,1,1,1,1,0,0,1,0,1,0)),ncol=3)
overlap(lmatrix)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.