Description Usage Arguments Details Value Author(s) Examples
View source: R/data_handling_functions.R
Extract number of clones in each patient.
1 | extract_num_clones_tbl(clone_tbl)
|
clone_tbl |
The tibble generated with
|
Given a clone tibble as created with
create_tbl_ent_clones
this function
extracts the information, how many clones there are
in each patient. The counted clones will be those
with at least one non-zero entry, i.e.
at least one gene/pathway assigned to the clone.
A named vector with the number of clones in each patient. The name of each element is the respective patient_id.
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.