read_mappa: Function to read custom mappability files

Description Usage Arguments Value

View source: R/read.R

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

1
read_mappa(file_path)

Arguments

file_path

A file path for the custom mappability.

Value

A data.frame containing gene_id and mappa columns.


chipenrich documentation built on Nov. 8, 2020, 8:11 p.m.