which.samples {TRONCO} | R Documentation |
Return a list of samples with specified alteration
which.samples(x, gene, type, neg = FALSE)
x |
A TRONCO compliant dataset. |
gene |
A list of gene names |
type |
A list of types |
neg |
If FALSE return the list, if TRUE return as.samples() - list |
A list of sample
data(test_dataset) which.samples(test_dataset, 'TET2', 'ins_del') which.samples(test_dataset, 'TET2', 'ins_del', neg=TRUE)