Learn R Programming

TRONCO (version 2.4.2)

order.frequency: order.frequency

Description

Sort the internal genotypes according to event frequency.

Usage

order.frequency(x, decreasing = TRUE)

Arguments

x
A TRONCO compliant dataset.
decreasing
Inverse order. Default TRUE

Value

A TRONCO compliant dataset with the internal genotypes sorted according to event frequency.

Examples

Run this code
data(test_dataset)
order.frequency(test_dataset)

Run the code above in your browser using DataLab