Description Usage Arguments Details Value Author(s) Examples
View source: R/data_handling_functions.R
Merge clone profile of identical entities in clone tibble from one patient
1 | merge_clones_identical_ents(clone_tbl)
|
clone_tbl |
The clone tibble as generated with
|
Given a clone tibble as created with create_tbl_ent_clones
from one patient and where the entities were possibly mapped from genes
to pathways, this function checks whether there were several entities
mapped to the same new entity. If so, the clone profile will be merged.
This can be the case, for instance, of two mutated genes are in the same
pathway(s).
The same tibble but in case there were several identical genes/pathways in the same patient with different clone profiles, their profile will be merged together. This can happen if, e.g. two genes with different clone profiles are in the same pathway. When mapping them to the pathways, there will be two identical 'altered_entities' with different clone profiles. These profiles would be merged by this function because the pathway is affected in the union of clones were the two genes were mutated.
Ariane L. Moore
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.