order.frequency | R Documentation |
Sort the internal genotypes according to event frequency.
order.frequency(x, decreasing = TRUE)
x |
A TRONCO compliant dataset. |
decreasing |
Inverse order. Default TRUE |
A TRONCO compliant dataset with the internal genotypes sorted according to event frequency.
data(test_dataset)
order.frequency(test_dataset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.