Learn R Programming

TRONCO (version 2.4.2)

enforce.numeric: enforce.numeric

Description

Convert the internal reprensentation of genotypes to numeric, if not.

Usage

enforce.numeric(x)

Arguments

x
A TRONCO compliant dataset.

Value

Convert the internal reprensentation of genotypes to numeric, if not.

Examples

Run this code
data(test_dataset)
test_dataset = enforce.numeric(test_dataset)

Run the code above in your browser using DataLab