read_transitions_file {segmenter} | R Documentation |
transitions
fileThe segments files are the output of running learn_model
and named
transitions_3_segment.bed
read_transitions_file(file, states)
file |
A string. The path to the file. |
states |
A |
A matrix
# locate the file fl <- file.path(tempdir(), 'transitions_3.txt') # read the file read_transitions_file(fl)