Description Usage Arguments Value Examples
View source: R/gisticChromPlot.R
A genomic plot with segments highlighting signififcant Amplifications and Deletion regions.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
gistic |
an object of class |
fdrCutOff |
fdr cutoff to use. Default 0.1 |
markBands |
any cytobands to label. Default top 5 lowest q values. |
color |
colors for Amp and Del events. |
ref.build |
reference build. Could be hg18, hg19 or hg38. |
cytobandOffset |
if scores.gistic file is given use this to adjust cytoband size. |
txtSize |
label size for lables |
cytobandTxtSize |
label size for cytoband |
maf |
an optional maf object |
mutGenes |
mutated genes from maf object to be highlighted |
y_lims |
Deafult NULL. A vector upper and lower y-axis limits |
mutGenesTxtSize |
Default 0.6 |
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)
gisticChromPlot(laml.gistic)
|
-Processing Gistic files..
--Processing amp_genes.conf_99.txt
--Processing del_genes.conf_99.txt
--Processing scores.gistic
--Summarizing by samples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.