read_cellmark_file {segmenter} | R Documentation |
cellmarktable
fileThe file should contain at least three columns: cell, mark and file for the names of the cells/conditions, the available marks and binarized data files.
read_cellmark_file(file)
file |
A string. The path to the file. |
A data.frame
# locate the file fl <- system.file('extdata', 'cell_mark_table.tsv', package = 'segmenter') # read the file read_cellmark_file(fl)