View source: R/getter_params.R
get_unique_muts_labels | R Documentation |
Function to retrieve the list of unique labels of mutations clusters,
of the form C_c1.Cm1
, where c1
is the clone identifier and m1
is the subclone identifier.
get_unique_muts_labels(x, clusters = c(), verbose = F)
x |
a mvnmm object. |
clusters |
a vector-like variable, with the identifiers of the clones we want to retrieve the subclone labels from. If empty, all the labels will be returned. |
vector of mutations labels.
if(FALSE) get_unique_muts_labels(x, c("C_0"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.