Description Usage Arguments Value Examples
View source: R/visualization.R
export input for cbio visualization at http://www.cbioportal.org/public-portal/oncoprinter.jsp
1 2 3 4 5 6 7 8 | oncoprint.cbio(
x,
file = "oncoprint-cbio.txt",
hom.del = "Homozygous Loss",
het.loss = "Heterozygous Loss",
gain = "Low-level Gain",
amp = "High-level Gain"
)
|
x |
A TRONCO compliant dataset. |
file |
name of the file where to save the output |
hom.del |
type of Homozygous Deletion |
het.loss |
type of Heterozygous Loss |
gain |
type of Gain |
amp |
type of Amplification |
A file containing instruction for the CBio visualization Tool
1 2 3 | data(crc_gistic)
gistic = import.GISTIC(crc_gistic)
oncoprint.cbio(gistic)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.