getAutoGridSize {seqCBS} | R Documentation |
This produces a default set of grid sizes to be used in Interative Grid Scan
getAutoGridSize(nL)
nL |
Number of unique read positions |
The default grid sizes are powers of 10
numeric vector of grid sizes
Jeremy J. Shen
## Should produce a vector of power of ten up to 10000 getAutoGridSize(2*10^5)