divide_genome_in_segments | R Documentation |
The functions first finds the maximum number of segments of a given length for each chromosome in the human genome (hg38 assembly, onlys chrs 1:22, X and Y) then it sample the number of actual splits in a range (0,MAX). In the end it adds some stochasticity to the segment ends and starts.
divide_genome_in_segments(approx_length = 1e+08)
approx_length |
Approximate segment legnth. Integer |
A data frame with genomic segments (with 3 cols chr, from, to)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.