Learn R Programming

SNPannotator (version 1.4.3)

run_annotation: Run the annotation pipeline on a list of variants

Description

This function receives the path to the configuration file. A list of variants is received and their information is checked on various API servers.

Usage

run_annotation(configurationFilePath, verbose = TRUE)

Value

A data table containing all variant information is returned based on the user's selected specifications and parameters. Report files in various formats, including text, HTML, Excel, and image, are saved in the output folder.

Arguments

configurationFilePath

Character. The path to the configuration file.

verbose

Logical. Whether to display messages in the console.