Description Usage Arguments Examples
Transfer driver events (defined by the user in the variant data frame) to the consensus trees, allowing them to be mapped and visualized in the bell and tree plots
1 2 | transfer.events.to.consensus.trees(x, events, cluster.col.name = "cluster",
event.col.name)
|
x: |
output of infer.clonal.models |
events: |
a subset of the variants data frame used in infer.clonal.models that contains only rows whose variants are defined as driver event |
cluster.col.name: |
name of the cluster column in events and variants data frames |
event.col.name: |
The name of the events that will be displayed in bell and tree plots, defined by the user. This can be gene name, or gene name + variant detail. |
1 2 3 4 5 6 | data(aml1)
x = aml1$variants
y = aml1
y <- transfer.events.to.consensus.trees(aml1, x[x$is.driver,],
cluster.col.name = 'cluster',
event.col.name = 'gene')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.