as.genes.in.patterns {TRONCO} | R Documentation |
Return the list of genes present in selected patterns
as.genes.in.patterns(x, patterns = NULL)
x |
A TRONCO compliant dataset. |
patterns |
A list of patterns for which the list will be returned |
A list of genes present in patterns which consitute CAPRI's hypotheses
data(test_dataset) as.genes.in.patterns(test_dataset) as.genes.in.patterns(test_dataset, patterns='XOR_EZH2')