read_overlap_file {segmenter} | R Documentation |
segments
filesThe segments files are the output of running learn_model
and named
<cell>_3_overlap.txt
read_overlap_file(file, states, regions)
file |
A string. The path to the file. |
states |
A |
regions |
A |
A matrix
# locate the file fl <- file.path(tempdir(), 'GM12878_3_overlap.txt') # read the file read_overlap_file(fl)