fillMatrixRed: Fill A Matrix With Conns

Description Usage Arguments Value Examples

View source: R/fillMatrixRed.R

Description

Fills a graphable matrix based on a given peakvector

Usage

1
fillMatrixRed(KO_conns, emptymatrix, peaksVector, thresh)

Arguments

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

Value

a completed matrix filled with connsInt

Examples

1
matrix = fillMatrixRed(KO_conns, emptymatrix, peaksVector, thresh)

samissimas/ciceroAddition documentation built on Aug. 10, 2019, 12:02 a.m.