artList {amregtest}R Documentation

Lists available tests in amregtest without running them

Description

Use the output to select a value for parameter filter to artRun. Useful when debugging.

Usage

artList(verbose = TRUE)

Arguments

verbose

logical. If TRUE, prints additional info to stdout

Value

A character vector containing the names of all the tests

See Also

artVersion and artRun

Examples

# See what version of packages 'allelematch' and 'amregtest'
# are currently installed:
artVersion()

# List the available tests:
artList()

# Run all the tests:
# artRun()  # Takes several minutes

# Run the first of the available tests:
artRun(filter="allelematch_1-amDataset$")



[Package amregtest version 1.0.3 Index]