Description Usage Arguments Value Examples
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.
1  | 
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.  | 
A matrix, subset of as.genotypes(x) with colnames substituted  with events' types.
1 2  | data(test_dataset)
as.gene(test_dataset, genes = c('EZH2', 'ASXL1'))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.