Learn R Programming

seqCBS (version 1.2.1)

getAutoGridSize: 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

Value

numeric vector of grid sizes

Details

The default grid sizes are powers of 10

See Also

ScanCBS

Examples

Run this code
# NOT RUN {
	## Should produce a vector of power of ten up to 10000
	getAutoGridSize(2*10^5)
# }

Run the code above in your browser using DataLab