Description Usage Arguments Value Examples
View source: R/simpleMatrixEven.R
Creates a reduced graphable matrix based on a given conns file
1  | simpleMatrixEven(KO_conns, dim, thresh, startNum, endNum)
 | 
KO_conns | 
 a conns file  | 
dim | 
 the size of each bin  | 
startNum | 
 the start coordinate of your desired region  | 
endNum | 
 the end coordinate of your desired region  | 
a reduced matrix filled with connsInt
1  | matrix = simpleMatrix(KO_conns, 70, 1200, 300000000)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.