Skip to contents

Tests if mcATAC has the following dependencies: "grep", "awk", "zcat", "sed", "sort", "head", "tail", "wc" and "uniq". If samtools or tabix are not installed, a warning is issued.

Usage

check_dependencies()

Value

a vector of the dependencies that are not available (invisibly)

Examples

check_dependencies()
#>  All dependencies are available.