Learn R Programming

amregtest (version 1.0.3)

artList: 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)

Value

A character vector containing the names of all the tests

Arguments

verbose

logical. If TRUE, prints additional info to stdout

See Also

artVersion and artRun

Examples

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

# List the available tests:
artList()
# \donttest{
# Run all the tests:
# artRun()  # Takes several minutes

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

Run the code above in your browser using DataLab