Description Usage Arguments Value Examples
View source: R/gisticBubblePlot.R
Plots significantly altered cytobands as a function of number samples in which it is altered and number genes it contains. Size of each bubble is according to -log10 transformed q values.
1 2 3 4 5 6 7 8 | gisticBubblePlot(
gistic = NULL,
color = NULL,
markBands = NULL,
fdrCutOff = 0.1,
log_y = TRUE,
txtSize = 3
)
|
gistic |
an object of class |
color |
colors for Amp and Del events. |
markBands |
any cytobands to label. Can be cytoband labels, or number of top bands to highlight. Default top 5 lowest q values. |
fdrCutOff |
fdr cutoff to use. Default 0.1 |
log_y |
log10 scale y-axis (# genes affected). Default TRUE |
txtSize |
label size for bubbles. |
Nothing
1 2 3 4 5 6 | all.lesions <- system.file("extdata", "all_lesions.conf_99.txt", package = "maftools")
amp.genes <- system.file("extdata", "amp_genes.conf_99.txt", package = "maftools")
del.genes <- system.file("extdata", "del_genes.conf_99.txt", package = "maftools")
scores.gistic <- system.file("extdata", "scores.gistic", package = "maftools")
laml.gistic = readGistic(gisticAllLesionsFile = all.lesions, gisticAmpGenesFile = amp.genes, gisticDelGenesFile = del.genes, gisticScoresFile = scores.gistic)
gisticBubblePlot(gistic = laml.gistic, markBands = "")
|
-Processing Gistic files..
--Processing amp_genes.conf_99.txt
--Processing del_genes.conf_99.txt
--Processing scores.gistic
--Summarizing by samples
Warning in gisticBubblePlot(gistic = laml.gistic, markBands = "") :
Could not find provided bands for labelling
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.