read.bed: Read a bed file

View source: R/readFiles.R

read.bedR Documentation

Read a bed file

Description

Read a bed file

Usage

read.bed(fileName, startAddOne = FALSE)

Arguments

fileName

.bed file to be read in

startAddOne

if TRUE add 1 to starts to adjust for 0-based start, 1-based ends in UCSC formats

Value

list with a dataframe with columns chr, start and end for each track


sherrillmix/dnar documentation built on July 18, 2022, 10:07 p.m.