Learn R Programming

mutSignatures (version 1.2)

getTestRunArgs: Generate Arguments for Running Examples and Mock Runs

Description

this function generates objects that can be used for running the examples in the package documentation files as well as some simple runs

Usage

getTestRunArgs(testN = 1)

Arguments

testN

numeric, index corresponding to the type of test input to generate

Value

list of objects to be used as arguments for running the example codes of the package

References

More info at: http://www.biotechworld.it/bioinf/2017/01/22/mutsignatures/

Examples

Run this code
# NOT RUN {
getTestRunArgs(1)
# }

Run the code above in your browser using DataLab