getAutoGridSize {seqCBS}R Documentation

Get Automatic Grid Sizes

Description

This produces a default set of grid sizes to be used in Interative Grid Scan

Usage

getAutoGridSize(nL)

Arguments

nL

Number of unique read positions

Details

The default grid sizes are powers of 10

Value

numeric vector of grid sizes

Author(s)

Jeremy J. Shen

See Also

ScanCBS

Examples

	## Should produce a vector of power of ten up to 10000
	getAutoGridSize(2*10^5)

[Package seqCBS version 1.2.1 Index]