Learn R Programming

TRONCO (version 2.4.2)

as.gene: as.gene

Description

Return the genotypes for a certain set of genes and type of events. Input 'x' should be a TRONCO compliant dataset - see is.compliant. In this case column names are substituted with events' types.

Usage

as.gene(x, genes, types = NA)

Arguments

x
A TRONCO compliant dataset.
genes
The genes to consider, if NA all available genes are used.
types
The types of events to consider, if NA all available types are used.

Value

A matrix, subset of as.genotypes(x) with colnames substituted with events' types.

Examples

Run this code
data(test_dataset)
as.gene(test_dataset, genes = c('EZH2', 'ASXL1'))

Run the code above in your browser using DataLab