bt.split: Split a Bed file.

View source: R/bt.split.R

bt.splitR Documentation

Split a Bed file.

Description

Split a Bed file.

Usage

bt.split(i, n = NULL, p = NULL, a = NULL)

Arguments

i

<bed>

n

number-of-files

p

Output BED file prefix.

a

Algorithm used to split data. * size (default): uses a heuristic algorithm to group the items so all files contain the ~ same number of bases * simple : route records such that each split file has approximately equal records (like Unix split).


PhanstielLab/bedtoolsr documentation built on Nov. 13, 2022, 10:38 p.m.