Skip to contents

Python is a programming language that lets you work quickly and integrate systems more effectively.

Usage

samtools(subcmd = NULL, ..., samtools = NULL)

Arguments

subcmd

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

...

<dynamic dots> Additional arguments passed to samtools 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(samtools()).

samtools

A string of path to samtools command.

Value

A command object.