bed9_importer: Imports bed9 (9 column) files into R

Description Usage Arguments Details

View source: R/bed9_importer.R

Description

Imports bed9 (9 column) files into R

Usage

1
bed9_importer(bed, uncompress_keep = TRUE, skip = 0)

Arguments

bed

Path to the bed file

uncompress_keep

If the bed file is compressed, should the uncompressed file be retained or removed? Defaults to TRUE.

skip

How many lines to skip? Defaults to zero. You must look at the first few lines of the bed file to determine if non bed entries are present.

Details

bed9_importer imports a 9 column bed file and retains proper encoding (character, integer) of the columns.


davemcg/ChromatinCompare documentation built on May 3, 2019, 2:57 p.m.