as.genes {TRONCO} | R Documentation |
Return all gene symbols for which a certain type of event exists in 'x', which should be a
TRONCO compliant dataset - see is.compliant
.
as.genes(x, types = NA)
x |
A TRONCO compliant dataset. |
types |
The types of events to consider, if NA all available types are used. |
A vector of gene symbols for which a certain type of event exists
data(test_dataset) as.genes(test_dataset)