importBedFile: Import bed file

Description Usage Arguments Value Examples

View source: R/utilities.R

Description

Import bed file

Usage

1

Arguments

path

path to bed file

Value

A table containing genome positions

Examples

1
2
3
4
library(umiAnalyzer)

bed_dir <- system.file("extdata", "simple.bed", package = "umiAnalyzer")
bed <- importBedFile(path = bed_dir)

sfilges/umiAnalyzer documentation built on Dec. 23, 2021, 12:21 a.m.