read_mappa {chipenrich} | R Documentation |
This function reads a two-columned tab-delimited text file (with header). Expected column names are 'mappa' and 'gene_id'. Each line is for a unique 'gene_id' and contains the mappability (between 0 and 1) for that gene.
read_mappa(file_path)
file_path |
A file path for the custom mappability. |
A data.frame
containing gene_id
and mappa
columns.