bt.split | R Documentation |
Split a Bed file.
bt.split(i, n = NULL, p = NULL, a = NULL)
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). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.