binToChrCoordMatRowNames {DEScan2} | R Documentation |
computes the starting range of the bins for the binMatrix, taking in input the length of the chromosome of the matrix.
binToChrCoordMatRowNames(binMatrix, chrLength, binWidth = 50)
binMatrix |
a matrix where each row represents a bin. |
chrLength |
the length of the chromosome of the binMatrix. |
binWidth |
the width of the bin. |
the binMatrix with start range as rownames.