Description Usage Arguments Details Value Examples
View source: R/plot_cbs_segs.R
Plots segmented copy number data.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
cbsFile |
CBS segmented copy number file. Column names should be Sample, Chromosome, Start, End, Num_Probes and Segment_Mean (log2 scale). |
maf |
optional |
tsb |
If segmentation file contains many samples (as in gistic input), specify sample name here. Defualt plots all samples. If you are maping maf, make sure sample names in Sample column of segmentation file matches to those Tumor_Sample_Barcodes in MAF. |
savePlot |
If true plot is saved as pdf. |
ylims |
Default NULL |
seg_size |
Default 0.1 |
width |
width of plot |
height |
height of plot |
genes |
If given and maf object is specified, maps all mutataions from maf onto segments. Default NULL |
ref.build |
Reference build for chromosome sizes. Can be hg18, hg19 or hg38. Default hg19. |
writeTable |
If true and if maf object is specified, writes plot data with each variant and its corresponding copynumber to an output file. |
removeXY |
don not plot sex chromosomes. |
color |
Manually specify color scheme for chromosomes. Default NULL. i.e, aletrnating Gray70 and midnightblue |
this function takes segmented copy number data and plots it. If MAF object is specified, all mutations are highlighted on the plot.
Draws plot
1 2 | tcga.ab.009.seg <- system.file("extdata", "TCGA.AB.3009.hg19.seg.txt", package = "maftools")
plotCBSsegments(cbsFile = tcga.ab.009.seg)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.