Description Usage Arguments Details Value Author(s) Examples
View source: R/data_handling_functions.R
Check whether a given pair of mutated genes/pathways is in different branches/clones.
1 | is_diff_branch_ent_pair(ent1, ent2, clone_tbl)
|
ent1 |
One mutated gene/pathway from the pair. |
ent2 |
The other mutated gene/pathway from the pair. |
clone_tbl |
A tibble containing the columns
'altered_entity', and then a column for each clone
in the tumor, e.g. 'clone1', 'clone2', 'clone3'. This tibble
can be generated e.g. from the |
Given two mutated genes or pathways and the clone tibble as
described in get_rate_diff_branch_ent_pair
,
this function returns TRUE
or FALSE
for whether
the pair is mutated in different branches/clones.
TRUE
or FALSE
for whether or not the
pair is mutated in different clones/in different
branches of the tree.
Ariane L. Moore
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.