| read_enrichment_file {segmenter} | R Documentation |
enrichment filesThe segments files are the output of running learn_model and named
<cell>_3_TSS.txt or <cell>_3_TES.txt.
read_enrichment_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_RefSeqTSS_neighborhood.txt') # read the file read_enrichment_file(fl)