simpleMatrix: Creates a Reduced Graphable Matrix of Conns values

Description Usage Arguments Value Examples

View source: R/simpleMatrix.R

Description

Creates a reduced graphable matrix based on a given conns file

Usage

1
simpleMatrix(KO_conns, dim, thresh, startNum, endNum)

Arguments

KO_conns

a conns file

dim

the amount of peaks you want in each bin

startNum

the start coordinate of your desired region

endNum

the end coordinate of your desired region

Value

a reduced matrix filled with connsInt

Examples

1
matrix = simpleMatrix(KO_conns, 70, 1200, 300000000)

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