Learn R Programming

kmeRtone (version 1.0)

buildControl: Build control regions

Description

Build control regions

Usage

buildControl(
  case,
  k,
  ctrl.rel.pos,
  genome,
  output.path = "control/",
  verbose = TRUE
)

Value

Control in Coordinate class object format.

Arguments

case

Case in Coordinate class object format.

k

Integer size of the expanded k-mer.

ctrl.rel.pos

Control relative position.

genome

Genome class object.

output.path

Output directory path to save control coordinate.

verbose

Boolean. Default is TRUE and will print progress updates.