View source: R/Window_divide.R
Window_divide | R Documentation |
This function outputs the window regions of the whole genome.
Window_divide(inputcytofile, windowbp = 1e+06)
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. |
Outputs a data frame with window regions.
windowfile <- Window_divide(inputcytofile)
windowfile <- Window_divide(inputcytofile, windowbp = 10000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.