Window_divide: Divide the genome to windows.

View source: R/Window_divide.R

Window_divideR Documentation

Divide the genome to windows.

Description

This function outputs the window regions of the whole genome.

Usage

Window_divide(inputcytofile, windowbp = 1e+06)

Arguments

inputcytofile

refers to the input cyto file with chromosome information.

windowbp

refers to the window length in base pair (bp) to be divided, with default 1,000,000.

Value

Outputs a data frame with window regions.

Examples

windowfile <- Window_divide(inputcytofile)
windowfile <- Window_divide(inputcytofile, windowbp = 10000)


xiaowangCN/GeneDMRs documentation built on Nov. 22, 2023, 11:19 p.m.