enforce.string {TRONCO}R Documentation

enforce.string

Description

Convert the internal representation of genotypes to character, if not.

Usage

enforce.string(x)

Arguments

x

A TRONCO compliant dataset.

Value

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

Examples

data(test_dataset)
test_dataset = enforce.string(test_dataset)


[Package TRONCO version 2.22.0 Index]