Description Usage Arguments Value Examples
draw the BTree track
1 2 3 4 |
.Object |
the object |
rbd |
the rbd object |
size |
the size |
draw the BTree track
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | load(system.file("data", "allCall.lst.RData", package="BubbleTree"))
load(system.file("data", "cancer.genes.minus2.rda", package="BubbleTree"))
load(system.file("data", "vol.genes.rda", package="BubbleTree"))
load(system.file("data", "gene.uni.clean.gr.rda", package="BubbleTree"))
load(system.file("data", "cyto.gr.rda", package="BubbleTree"))
# 77 common cancer genes
comm <- btcompare(vol.genes, cancer.genes.minus2)
btreeplotter <- new("BTreePlotter", branch.col="gray50")
annotator <-new("Annotate")
cc <- allCall.lst[["sam2"]]
z <- drawBTree(btreeplotter, cc@rbd.adj) +
ggplot2::labs(title=sprintf("%s (%s)", "sam2", info(cc)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.