read_mappa {chipenrich}R Documentation

Function to read custom mappability files

Description

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.

Usage

read_mappa(file_path)

Arguments

file_path

A file path for the custom mappability.

Value

A data.frame containing gene_id and mappa columns.


[Package chipenrich version 2.18.0 Index]