Description Usage Arguments Details Value Author(s) Examples
View source: R/data_handling_functions.R
Compute the rate of mutated gene/pathway pairs being in different branches.
1 | get_rate_diff_branch_ent_pair(clone_tbl)
|
clone_tbl |
A tibble containing the columns 'altered_entity', and then a column for each clone |
Given the output of a tool that identifies clones within tumors and their phylogenetic history, this function computes the rate of mutated gene/pathway pairs being in different branches. That is, it will calculate the number of times mutated gene/pathway pairs are in different branches/clones divided by the total number of all mutated gene/pathway pairs.
The rate of occurrence of mutated gene/pathway pairs being in different clones.
Ariane L. Moore
in the tumor, e.g. 'clone1', 'clone2', 'clone3'. This tibble can be
generated e.g. from the Cloe
output.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.