Description Usage Details Value Fields Examples
The main class used by the ctgPHYL packages to hold PyClone output data and generated tree results.
1 |
Methods that operate on ctgPHYLset objectsvcomprise the ctgPHYL workflow.
a new, empty ctgPHYLset object to store parameters, inputs, and outputs
cellscapeData
A list containing the data to be used by
generate_tree(treeType = "cellscape")
in the
ctgPHYL workflow
timescapeData
A list containing the data to be used by
generate_tree(treeType = "timescape")
in the
ctgPHYL workflow
mapscapeData
A list containing the data to be used by
generate_tree(treeType = "mapscape")
in the
ctgPHYL workflow
treeList
A list containing the simplified igraph representation of the trees generated by the ctgPHYL workflow
originalTrees
A list containing the trees generated by the ctgPHYL workflow, in their original formats
1 2 | # create example ctgPHYLset
ctgPHYLset <- ctgPHYLset()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.