Description Usage Arguments Value Examples
select a subset of the input genotypes 'x'. Selection can be done by frequency and gene symbols.
1 2 3 4 5 6 7 | events.selection(
x,
filter.freq = NA,
filter.in.names = NA,
filter.out.names = NA,
silent = FALSE
)
|
x |
A TRONCO compliant dataset. |
filter.freq |
[0,1] value which constriants the minimum frequence of selected events |
filter.in.names |
gene symbols which will be included |
filter.out.names |
gene symbols which will NOT be included |
silent |
A parameter to disable/enable verbose messages. |
A TRONCO compliant dataset.
1 2 | data(test_dataset)
dataset = events.selection(test_dataset, 0.3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.