Description Usage Arguments Value Examples
View source: R/fillMatrixRed.R
Fills a graphable matrix based on a given peakvector
1  | fillMatrixRed(KO_conns, emptymatrix, peaksVector, thresh)
 | 
KO_conns | 
 a conns file  | 
emptymatrix | 
 an empty matrix of the same dimension as the peaks vector  | 
peaksVector | 
 a vector of the peak bins that the conns will be sorted into  | 
thresh | 
 the threshold over which a connection will be accepted  | 
a completed matrix filled with connsInt
1  | matrix = fillMatrixRed(KO_conns, emptymatrix, peaksVector, thresh)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.