View source: R/visualization.R
tronco.pattern.plot | R Documentation |
tronco.pattern.plot : plot a genotype
tronco.pattern.plot(
x,
group = as.events(x),
to,
gap.cex = 1,
legend.cex = 1,
label.cex = 1,
title = paste(to[1], to[2]),
mode = "barplot"
)
x |
A TRONCO compliant dataset |
group |
A list of events (see as.events() for details) |
to |
A target event |
gap.cex |
cex parameter for gap |
legend.cex |
cex parameter for legend |
label.cex |
cex parameter for label |
title |
title |
mode |
can be 'circos' or 'barplot' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.