Description Usage Arguments Details Value Author(s) Examples
View source: R/data_handling_functions.R
Compute the clonal exclusivity rates for each gene-to-clone-assignment from the collection of tree inferences.
1 | compute_rates_clon_excl(pat_tbl)
|
pat_tbl |
A tibble with the information of which gene/pathway is
altered in which clone in the patient, and including this information
from the collection of trees. Can be created with with
|
Takes the gene-to-clone assignment tibble as created with
create_tbl_tree_collection
and computes for each instance
from the collection of trees the rate of clonal exclusivity. This rate
is the fraction of gene/pathway pairs that were on a different branch
in the tumor phylogeny, i.e. the fraction of pairs that was clonally
exclusive.
A vector with all rates of clonal exclusivity from all tree inferences.
Ariane L. Moore
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.