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