Learn R Programming

TRONCO (version 2.4.2)

as.genotypes: as.genotypes

Description

Return all genotypes for input 'x', which should be a TRONCO compliant dataset see is.compliant. Function keysToNames can be used to translate colnames to events.

Usage

as.genotypes(x)

Arguments

x
A TRONCO compliant dataset.

Value

A TRONCO genotypes matrix.

Examples

Run this code
data(test_dataset)
as.genotypes(test_dataset)

Run the code above in your browser using DataLab