binToChrCoordMatRowNames {DEScan2}R Documentation

binToChrCoordMatRowNames

Description

computes the starting range of the bins for the binMatrix, taking in input the length of the chromosome of the matrix.

Usage

binToChrCoordMatRowNames(binMatrix, chrLength, binWidth = 50)

Arguments

binMatrix

a matrix where each row represents a bin.

chrLength

the length of the chromosome of the binMatrix.

binWidth

the width of the bin.

Value

the binMatrix with start range as rownames.


[Package DEScan2 version 1.12.0 Index]