Skip to contents

The bedtools is a powerful toolset for genome arithmetic.

Usage

bedtools(subcmd = NULL, ..., bedtools = NULL)

Arguments

subcmd

Sub-Command of bedtools. Details see: cmd_help(bedtools()).

...

<dynamic dots> Additional arguments passed to bedtools command. Empty arguments are automatically trimmed. If a single argument, such as a file path, contains spaces, it must be quoted, for example using shQuote(). Details see: cmd_help(bedtools()).

bedtools

A string of path to bedtools command.

Value

A command object.