Description Usage Arguments Value Examples
Import trees (eg. those predicted by other methods) to clonevol thus we can visualize them using clonevol visualization features
1 | import.tree(tree.file, variant.file)
|
tree.file |
A TSV file that contains the tree with minimum 3 labeled columns: clone, parent, sample.with.nonzero.cell.frac.ci. It can also have additional useful columns such as color, and events |
variant.file |
A TSV file containing the variants, with cluster column, vaf.col.names, etc. |
The clonal evolution tree similar to the output of infer.clonal.models function that can be used in multiple plotting functions as if it is the output of infer.clonal.models.
1 2 3 4 | ## Not run:
y = import.tree('trees.tsv', 'variants.tsv')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.