Description Usage Arguments Value Examples
View source: R/which.functions.R
Return a list of samples with specified alteration
1 | 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
1 2 3 | data(test_dataset)
which.samples(test_dataset, 'TET2', 'ins_del')
which.samples(test_dataset, 'TET2', 'ins_del', neg=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.