Learn R Programming

bayesTFR (version 7.4-2)

UN_variants: Dataset with UN-specific Coding of Variants

Description

Dataset used by the UN for coding variants. It also includes variants for the lower and upper bounds of the 80 and 95% probability intervals, respectively, resulting from the Bayesian hierarchical model. The dataset is stored in a TAB-separated ASCII file called “UN_variants.txt”.

Usage

data(UN_variants)

Arguments

Format

A data frame with 23 observations on the following 5 variables.

RevID

Revision identifier.

VarID

Identifier of the variant.

Vshort

Short name of the variant.

VName

Full name of the variant.

VariantDomain

Domain of the variant.

Examples

Run this code
data(UN_variants)
str(UN_variants)

Run the code above in your browser using DataLab